Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Asp code
Name: sayeed ahmed Date: March 17, 2004 at 17:31:50 Pacific OS: xp Pro CPU/Ram: p
Comment:
hi all, i need a defination of the following piece of ASP code:
Name: hc54 Date: April 22, 2004 at 12:59:57 Pacific
Reply:
It is looking to see if the record set is at the beginning of the file. when you get a record set you do a loop that runs until EOF. If when done it is at BOF then that means there were no records.
Summary: Hi and thanks for reading. I have some asp code here in a login script which validates a user against our Active Directory account info. It works great as long as I enter a correct username and passw...
Summary: 1)Save your username/password somewhere only accessible (read-only) to the server. 2)Encapsulate all HTML in ASP. Just wrap everything in ASP code. 3)Set up a login page or dialogue. 4)Take user...
Summary: You should be able to edit ASP code using Front Page. Heck, you can do that using notepad...as long as you know the code and understands what it means. ...