Hi,
I do not know why but I get an error whe I try to view the web site on my web server on the server itself and also outside from the Internet.
When I browsed the website It asks for username and password. When I did not enter anything it gives the HTTP 401.1 error. Saying that "You are not...
Hi,
I have an Intranet website running on windows 2003 IIS. This website can be reachable from the internal network but not from the Internet. This website is not like the other websites on the IIS and is not going to be for public use.
The same server also serves for the other public websites...
Hi,
I need an ready to use ASP script or a guide/tutorial to import the data from the .xls, .csv, .txt etc files to MS Access or MS SQL database without using the program itself.
It will be a kind of a wizard that seems like Access --> Get External Data Wizard.
Any help is needed and...
Hi,
I could not manage to delete the cookies on the client when the transaction is over.
The codes given below did not work to delete the cookie.
Response.cookies("sepet")("SID") = ""
Response.Cookies("sepet").Expires = Date() - 15
Even I had tried to change the SID value (assign a new...
Hi,
Imagine that I have a form with rows starting with the checkboxes. I would like to update a table. One of the fields in the table holds the status of the checkbox (true or false).
How can I update the field of this table if the checkboxes in the form are checked as True or unchecked as...
Hi,
The main project that is placed on the Windows 2000 Server (IIS5), is executed by clients using MS IE 6.0.
There is a "Members" table in a MS SQL database, This table has the fields of ID, MDNo, Name, Surname, Addres, Fax Number etc.
My aim is to send automatic fax messages to...
I want to update the field (towhere) as "H" where the field is homeemail = null (empty)
------------
SQL_update = "UPDATE Tmembers"
SQL_update = SQL_update & " SET towhere = '" & "H" & "'"
SQL_update = SQL_update & " WHERE HOMEEMAIL is...
I want to update the field (towhere) as "H" where the field is homeemail = null (empty)
------------
SQL_update = "UPDATE Tmembers"
SQL_update = SQL_update & " SET towhere = '" & "H" & "'"
SQL_update = SQL_update & " WHERE HOMEEMAIL is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.