Summary: hi all, i need a defination of the following piece of ASP code: <%if (objRs.BOF) then%> Sorry, no information availble <%Else%> thanx in adv...
Summary: Hi guys - does anyone know the code to "Read" what the current URL is in the address bar to put into an IF THEN statement. I need to show a different...
Summary: Hi all, I have a simple ASP.NET question here. I wanna to create a button which can pop-up a 'date pop-up box' for user to select her preference date....
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 gre...
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...
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 mean...
Summary: I am trying to have ASP code send an E-Mail. I tried CDONT and Jmail. But e-mails don't go through. I figured that SMPT server is not active, went to ...
Summary: i am brand new to ASP VB and i am trying to make a login script, this one is basic but i cant figure out why this isnt working? any suggestions? <...
Summary: "why do computers order single-digit numbers before double digits?" Conventional alphabetical ordering is the same (A would go before AA). There's al...
Summary: Hi, I'm playing with free scripts that are out there that involve php & ASP. My question is how do I call up an ASP script? When I want to start a php...
Summary: This is my dilemma... I am trying to use a new web server over IISv5.1 (XP Pro SP2) for my (personal) website. It works well and is simple, but does n...
Summary: There are many differnt ways to save data to a database, but they ALL require back-end programming/scripting. You can not do it with HTML alone. The "...
Summary: Alright, when i create a project on my website, then delete it off my server, then try to recreate it in Visual Studio, it keeps poping up saying i am...
Summary: ok, i had a guy write a website for me. It's loaded on my computer which has windows 2003 web server on it. The site is working correctly and i am u...
Summary: I took a look at the source, and the first thing I noticed was the existance of unparsed ASP code in the HTML. Comcast doesn't appear to parse ASP so ...
Summary: I did a new page in FrontPage and it doesn't look like what I see in Preview. The effect I'm looking to achieve is a green background with a "white p...
Summary: Hi Guys. I need some help with this one! I am developing a PHP script to communicate with an Automatic Payment Confirmation server (Nochex). Basicall...
Summary: well, - if your page contains php code, then it has to be a .php page - if your page contains asp code, then it has to be a .asp page - if your page ...
Summary: Heya Michael J, Thanks for the reply! I did look into that when I noticed it, the cause of that error is the use of an ASP Call function (Used To Post...
Summary: Hi all, It is an ASP.NET (vb) question regarding the checkboxes within a datagrid. What I wanna to do is - when I check/uncheck a checkbox within the...
Summary: Take this code for instance of a hit counter: // // Hit counter // // <% Set FS=Server.CreateObject("Scripting.FileSystemObject") Set RS=FS.OpenTe...
Summary: Hi I am wondering if anyone can resolve this issue, as it is of great urgence. I have a webservice that is being hosted on godaddy, windows box, mysql...
Summary: The last question is easy, IIS would be the easiest solution, and not even a bad one. You got a hell of a Server Management Application don't you thin...
Summary: I think I was making this ALOT harder than need be. I was under the assumption you could only insert auto-generated code in the body of an HTML docume...