Forum: ASP Oct 27th, 2007 |
| Replies: 2 Views: 2,713 Hello,
I have heard a lot about SQL Injection. I was wondering how does an injector come to know about the table/column name when they cannot see the asp codes in a website?
Can someone... |
Forum: ASP May 19th, 2007 |
| Replies: 2 Views: 5,548 I am trying to send an email using CDOSYS with classic ASP. But I am getting this error:
CDO.Message.1 error '80040220'
The "SendUsing" configuration value is invalid.
/send.asp, line 8
... |
Forum: ASP May 15th, 2007 |
| Replies: 2 Views: 1,669 This is the code got, it works fine if I place a textbox instead of teh second drop-down.
main.asp file
<script type="text/javascript">
<!--
function myfunction()
{
var xmlhttp = false;... |
Forum: ASP May 14th, 2007 |
| Replies: 2 Views: 1,669 Question - ASP + Ajax
Hey!
Not sure if this is the correct section to post this. ;)
Well, I have a table in my sql server 2000 database
***************
tblAddress |
Forum: ASP Apr 30th, 2007 |
| Replies: 1 Views: 742 Triggering -
Hello,
Need help :)
Herez the scenario:
I am maintaining a list of members of my site in a database. All members have an expiry date column in a table which is in mm/dd/yyyy... |
Forum: ASP Apr 11th, 2007 |
| Replies: 1 Views: 2,016 Hi All,
I have a question and I hope you guys can help me out.
If you have worked with php-mysql, you might have noticed that there is a featured to encrypt a password while inserting it in the... |
Forum: ASP Mar 15th, 2007 |
| Replies: 2 Views: 2,965 Hey!
I came up with the new problem. I want to fetch all form values by using request.form("FormName") which is generated by javascript on runtime.
The attached zip code contains the working... |
Forum: ASP Mar 8th, 2007 |
| Replies: 0 Views: 2,351 Hi All,
I came up with a new issue/question.
I have seen in many sites that when I enter my username/password, it displays a new page wherein it says "Verifying Username/Password. Please... |
Forum: ASP Mar 6th, 2007 |
| Replies: 5 Views: 3,555 Weird ASP/SQL Problem
Consider the following HTML Form, it has a textbox and a search button.
<form method=post action="search.asp">
<input name="txtName" type="text" id="txtEmail" />... |
Forum: ASP Feb 28th, 2007 |
| Replies: 3 Views: 1,810 Hi,
I have not yet received a satisfying reply so far :(
Ok lets tweak this a lil bit.
we can have a percentage based ad management system.
Like I have 3 banners in my database. |
Forum: ASP Feb 16th, 2007 |
| Replies: 3 Views: 1,810 Hi,
I am designing a small advertisement management program in asp, and Sql Server 2000 as database.
My table has the following fields which are pretty self explanatory:
bannerId,... |
Forum: ASP Feb 9th, 2007 |
| Replies: 1 Views: 3,916 Hi,
I am using CDONTs for sending email using ASP. I need to send a HTML form that takes values from a MS SQL Server database. How do I send this big code of form using ASP?
I am using the... |
Forum: ASP Jan 31st, 2007 |
| Replies: 1 Views: 2,233 Hello,
I am using ASP and MS SQL Sever 2000 as backend database..
I am writing a SQL query which will pick up top 5 recipes details who have scored the highest marks from the following table
... |
Forum: ASP Jan 28th, 2007 |
| Replies: 4 Views: 4,057 |
Forum: ASP Jan 28th, 2007 |
| Replies: 4 Views: 4,057 Actually I am trying to create a blog service where my visitors can create their own blogs which will host on my server. I want to give them their subdomain either as http://username.myserver.com or... |
Forum: ASP Jan 27th, 2007 |
| Replies: 4 Views: 4,057 Hello,
Does anyone know how do I create a subdomain using ASP?
I run my own server so I have the full access to it (if that is needed for the same)
Thanx |
Forum: ASP Jan 23rd, 2007 |
| Replies: 1 Views: 6,517 Hello All,
I am using an ASP script on my site that reads a microsoft excel file and adds the values to the database (MS SQL Server). The script works completely fine on my LOCAL server, but it... |
Forum: ASP Dec 21st, 2006 |
| Replies: 2 Views: 2,980 Hello,
I have a question:
Suppose I have a table named as tblfriends and there are 3 columns with several row. Column names are: name, email, phone
I want to pick 5 names randomly from the... |
Forum: ASP Dec 5th, 2006 |
| Replies: 1 Views: 7,265 How do I convert 12/15/1985 to 15 December 1985 format using classic ASP?
Thanx in advance |
Forum: ASP Nov 16th, 2006 |
| Replies: 0 Views: 2,344 Anyone knows how to determine an image's dimension using Classic ASP?
Like How do I know the width, Height of this image using ASP?
http://www.google.co.in/intl/en_com/images/logo_plain.png
... |
Forum: ASP Nov 9th, 2006 |
| Replies: 1 Views: 2,818 Hi,
I am trying to send the following HTML mail thru the ASP CDO component.
This is the HTML mail i wanna send from Page 1:
<div align="center">
<table width="100%" border="0"... |
Forum: ASP Oct 30th, 2006 |
| Replies: 1 Views: 1,419 Does anyone know the exact query for IN in the following senario...
I want to search for 2 columns for 1 mobile number (mobile, alternate mobile)
I am using the following query
strSQL =... |
Forum: ASP Oct 25th, 2006 |
| Replies: 0 Views: 2,788 How do I update multiple records in a table in ASP using loops ?
For example.
I have a table with the following colums
ID | Col1 | Col2
-------------------------
1 | 50 | 100
2 | 25 | 130 |
Forum: ASP Oct 24th, 2006 |
| Replies: 1 Views: 1,542 Hello,
I am facing a problem in ASP. The scenario is...
I have a database with the following Colums and the data type of all Colums are integer
id|score1 | score2 | score3... |
Forum: ASP Oct 23rd, 2006 |
| Replies: 2 Views: 1,894 Yes the serial number is the ID field |
Forum: ASP Oct 23rd, 2006 |
| Replies: 2 Views: 1,894 There are 2 columns in 1 database for Id and name but the serial number is random.
I want to update those serial number in serial order, how to?
Like
id Name |
Forum: ASP Oct 20th, 2006 |
| Replies: 1 Views: 16,495 http://www.tutorialized.com/tutorial/Displaying-Records-From-An-Excel-Database/15688 |
Forum: ASP Oct 20th, 2006 |
| Replies: 12 Views: 58,861 http://www.tutorialized.com/tutorial/Displaying-Records-From-An-Excel-Database/15688 |
Forum: ASP Oct 20th, 2006 |
| Replies: 1 Views: 5,530 http://www.tutorialized.com/tutorial/Dynamic-Excel-Reports-with-ASP/9360 |
Forum: ASP Oct 20th, 2006 |
| Replies: 2 Views: 5,560 Read this
http://www.tutorialized.com/tutorial/Create-Excel-from-Form-Input/1891
or
http://www.tutorialized.com/tutorial/Create-Excel-on-the-Server/1892 |
Forum: ASP Oct 20th, 2006 |
| Replies: 2 Views: 6,963 Herez your answer
http://www.tutorialized.com/tutorial/Displaying-Records-From-An-Excel-Database/15688 |
Forum: ASP Oct 19th, 2006 |
| Replies: 1 Views: 3,839 I have the following table in page1.asp
<table>
<tr>
<td><input type="checkbox" name=chk value=1></td>
</tr>
<tr>
<td><input type="checkbox" name=chk value=2></td> |
Forum: ASP Oct 18th, 2006 |
| Replies: 1 Views: 2,811 i have 5 checkboxes in one asp page, I am trying to get the values of all checkbox that are checked using for each loop but I dnt get any result, just a blank page. can u help me?
Herez my code... |
Forum: ASP Oct 17th, 2006 |
| Replies: 0 Views: 1,363 Well I am trying to search a database using ASP. I want to search all the names of persons in a database by their mobile number.
The mobile numbers are entered in a textarea and needs to seach... |
Forum: ASP Oct 12th, 2006 |
| Replies: 8 Views: 24,089 can this of some help?
http://support.microsoft.com/kb/321686 |
Forum: ASP Oct 12th, 2006 |
| Replies: 2 Views: 2,872 ASP is a server side scripting language, so your asp code will not process/work unless u send a command to the server.
This is how your desktop application is differentiated from your server side... |
Forum: ASP Oct 12th, 2006 |
| Replies: 3 Views: 5,683 The best way of finding an answer to an asp program is to copy the error code and paste it in google.com then perform a search, you will defenately come to know the solution of your problem. |
Forum: ASP Oct 12th, 2006 |
| Replies: 4 Views: 4,747 If your UID2 field in your database has the datatype as interger then remove the single quotes from the number.
So your query should be like
rs.open "SELECT UID2, EntryDate, EntryAgent FROM... |
Forum: ASP Oct 12th, 2006 |
| Replies: 4 Views: 3,809 Try to use the session.timeout method
<%
session("username") = "abc"
Session.Timeout = 50
%>
By default your session is valid for 20 mins if u r not active. But in the above code,... |
Forum: ASP Oct 12th, 2006 |
| Replies: 3 Views: 2,910 Chill out guys!
Hez asking for a help and you guys are redirecting him to MSDN and whatnot.
Pavin, I googled for asp.net login script and herez wot I found. May be this will be of some help to... |