Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > inetserver asp general > august 2003 > threads for sunday august 17

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

list box with mouse click event?
Posted by John Davis at 8/17/2003 10:04:21 PM
When the user clicks an item in the list box, i want to fire the click/change event and invoke another ASP page. But is it client side javascript scripting's job?? Please advice. John ...more >>

Request.Form("Field Name") Versus Request.QueryString("Field Name")
Posted by John Davis at 8/17/2003 9:38:40 PM
I want to know what's the differences between Request.Form("Field Name") and Request.QueryString("Field Name") OR they function exactly the same, which is to return the value of the field?? Thanks, John ...more >>

can ASP get a list of databases and tables of SQL Server at run time?
Posted by John Davis at 8/17/2003 8:43:43 PM
When we want to get data access, we need to specify the datasource name and table name in ASP page. I want to know if we can get the list of databases and tables of SQL Server at run time? i.e. The user can choose the database or table to open, and get the records of the table? Please advice. ...more >>

opening asp file and loading certain text into a form
Posted by Andie at 8/17/2003 8:31:51 PM
Hello. Can anyone help me with the following. I have a config.asp file with contains information like: '--------------------------------------------------------------------- ' Is Store Admin installed. (Y/N) '--------------------------------------------------------------------- const Sto...more >>

Check Box Default
Posted by Jack Buick at 8/17/2003 7:03:13 PM
Talk about a basic question, but this is making me nuts. I have a form with several check boxes ... they are all set to default to "unchecked." The db also defaults to unchecked. But, as soon as we hit the "form1.recordset.addnew" all of the cb's change themselves to "checked." ??? Thanks in...more >>

ASP Mailer Question
Posted by John Davis at 8/17/2003 2:05:46 PM
What is the **MOST** obvious reason why will this will fail (it's not syntax or anything specific to the object)? Function Mail(MailerProgram, Message, Subject, Format, FromEmail, ToEmail, ReplyTo, FromName, ToName, MailerPath, BCCEmail, Attachement) Set Mailer = Server.CreateObject("Persits...more >>

ASP Question
Posted by John Davis at 8/17/2003 2:04:49 PM
What is this function attempting to do? Please advice. Thanks! Function UnknownFunction(x) If InStr(x, "http://")=0 Then vx = x Else vx = Replace(x,"http://","") End If vAD = "1234567890qwertyuiopasdfghjklzxcvbnm_./" UnknownFunction = True For I=1 to Len(vx) Symbol = Mid(vx,I,1) If InSt...more >>

Using ASP add-ons
Posted by Grahammer at 8/17/2003 3:02:46 AM
Are there any free add-ons that I can use with IIS6 on Win2K3 server? Google turns up a few hits, but they are commercial, or are addons for specific software packages. I'm not looking for anything fancy, but useful would be good. (Something more than a "hello world" kind of thing.) I'd like t...more >>



Login Authentication
Posted by janet at 8/17/2003 12:45:53 AM
hI ... I am newbie to ASP ... i am trying to write a code to accept login and passwor from a user and verify through a table created in MySQL. I am just trying to write a code on my own seeking help from code here and there and from my understanding. I am completely zapped :-((( her...more >>


DevelopmentNow Blog