Can anyone help me with this? Example: If users select A, it shows only class I and II, and If users select B, it shows class I, II, III, MP, Positive, and...
Not sure what you are trying to do but instead of imbedding the test and trying to response.write withing the condtion, try defining variables: <% dim strSess ...
no mails?! ;-) Jegatha " Be strong and let your heart take courage, all you who hope in the LORD" ... Find out what India is talking about on - Yahoo!...
Hello friends can anybody help me out with this .. I have a classic ASP Files in which I have to print mailing labels. Is it possible to do it without Crystal...
You can output to rtf or pdf to print. ... From: hemant To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent: Friday, October 13, 2006 2:02 PM Subject:...
http://blogs.aspfriends.com/afblogs/forums/39/ShowForum.aspx the [AspClassicAnyQuestionIsOk] forum This will be [AspClassicAnyQuestionIsOk] in forum format for...
hii... I have some problem with my ASP clasic.. When I try to call DTS package from ASP I get Error report from Interner Explorer. the comment error is like...
You need to Response.Write() your sql statement in order to find the syntax error. That error alone is not enough to figure out the problem. Mark ... From:...
It's a syntax error in your SQL statement. Can you show us the code? Dan ________________________________ From: AspClassicAnyQuestionIsOk@yahoogroups.com ...
Thanks Dan, Charles and Mark. It was the problem with sql statement. I figured it out and fixed it. Thanks again for all your response. Dan Dan Powderhill...
this my code I thing, the problem is not at my program....bat in my IIS or Internet Explorer. because if it running in localhost(not server), it will be...
Assuming that u r connected to a local database and then putting your code on the server, I suggest to upgrade your SQL Server installed on the server. ... ...
i am using an asp page to upload a file using ENCTYPE="multipart/form- data".Once the upload is done, it displays the next page.Once the upload button is...
To whomever can help me: I am new to asp programming and I am writing some simple programs for the sake of practise. I was wondering if you could help me solve...
There are several things that may cause this ODBC error: - The permissions that are set on the directory the database is in. IUSR privileges must be set to...
The error code is fairly generic but the text ''Operation must use an updatable query" means that there is a permission problem accessing the database. Make...
This is an insert statement cn.Execute "INSERT INTO wrkLibrary (ParentFolder, Name, Description, DateUploaded, Size, UploadedBy, Isfolder) VALUES ('"&...
Dear Mark: Thanks for responding to my question. Please tell me if I am going about this the right way. I bring up the Internet Services Manager (from Control...
This Example for update: cn.Execute "update tablename set col1='x',col2='y' where col3='z'" Hafidz Abdul Malik Arifin ... From: Dan Ho <dan_ho73@...> To:...
HI Rob IIS as a service runs under a specific user account.
This user account is usually IUSR_<machineName> Thus think of it as follows:
IIS logs onto your...
You need the sql to read something like "UPDATE wrkLibrary SET ParentFolder = '"& currentpath & "', Name = '"&filename&"', Description = '"&description&"', ...