I declare the variable 'username' in the registration page. And I have just double-checked the database and there are definately values in there. This is the...
Hi there I have the same book andi have been having the same problems as you are having now I wonder if there is an erorr in the actula code in the book as i...
After you submit the page, do a response.write on the session to ensure that it is getting stored. Send over the pages. It would be much easier looking at...
Hi, Without sounding disrespectful to the author - it is definately the code in the book! When I checked his website, there were quite a few other people on...
Hi, I have an application in C# that creates excel files with a particular naming convention (Filename_Date_time.xls)and saves it to the disc.For space...
Hello Friends, I want to send emails to the ID's Which are collected from the Database.The code is neither giving output nor error.I am confused.Please help...
... Don't know if it will fix your problem but you don't need the above. Or you can change it to vemail = adoRs("Email") ... If you set vemail above you can do...
Hi Animesh I was working on something very similar using VBScript but have since given up (the website I was working on will almost certainly be replaced in a...
Hi, I have a framed ASP application with a left navigator, a header and a main frame. My client wants the URL of the main frame to be displayed in the address...
Hi Nicholas, Thanx 4 a nice solution, but sorry to say that this is not what I exactly wanted. I mean I want to know the code to roam through the directory, i....
Hi all, Can anyone please help. I want to enter some data into an excel file throgh my code. I know this can be done very easily if I have an excel file with...
I want to be able to read the directory tree of the web site the page is on. Ultimately need build a "table of contents" of the site that updates as pages are...
Hello friends, I am a new ASP user and a have a problem. I have a data base with a lot of compan names which can appear more than one time. Example: company:...
So if I understand you correctly you want a list of company names which belong to a given category? If so, this SQL should get it for you :- rs.open "SELECT...
Hi Dan, Thanks for your answer. I think my problem is a little different. When I receive a list Where for example company names and their addresse where listet...
Hi EveryBody, When i first in textarea then my mouse cursor goes to any position. I want to position cursor at start of textarea whenever i will click in...
I have an ASP page that uses a VB class to execute a query against LDAP to capture the email address of the currently logged in domain user. I initially...
Have you cross posted at: http://groups.yahoo.com/group/ADSIANDDirectoryServices the great group my friend Carlos runs? It has a ton of LDAP geniueses....
use this: <form name="name_of_form" action="the_action" tabindex="the number of the object textarea in order of appearance" method="the_method"> ... From:...
I have now...I wasn't aware of that group previously as I originally found this group from your website Charles. Thanks for the pointer. Mark ... geniueses. ...
I received this error in the error log: "Error Number: -2147217900 Description: Execution of a full-text operation failed. The catalog does not exist or is...
Is this something YOU wrote the code / db for? Or is a dba telling you to use a full text search against a db? If a dba telling you then talk to them, they...
Hi, I need to implement pagenation in my asp page. This page reads records in a table and displays it to the user in html table. But, there are hunderds of...
Sree, Here are some articles on paging: http://www.aspin.com/home/tutorial/database/display/pagingre Mark Sreenath KR <sreenathmca@...> wrote: Hi, I need...
Hi all I have sent an email through ASP using SMTP. i want to know when the user opened the email.(i.e) I want to get notified the moment the user opens the...
Hi all I've sent an email through ASP using SMTP. i want to know when the user opened the mail. (i.e) i want to get notified the moment the user opened the...