Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Mike1500 #1
redirecting the page based on the error
Hello All,
I have a page the give me the error shown below once there is no record to
update. What I want instead of the error been shown I want the page to be
redirected to another page. Please help. Thanks.
ERROR SHOWN ON THE PAGE
ADODB.Field error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested
operation requires a current record.
/ANF/Untitled_4.asp, line 223
Mike1500 Guest
-
redirecting to main page
I am working on asp.net application what should I do so that if any user directly types the url other than "mainpage.aspx" of my application, he... -
redirecting from another page besides the login page
We have forms authentication working on a website. A user is presented the login page where he can login or press a button to go to the... -
redirecting to a page
Hi every one, How can I redirect to a page after having checked that user was logged in correctly .... select id_user, user_login,... -
redirecting from .aspx page to .asp page
There is no great way to share session state between ASP and ASP.NET. But that doesn't mean you don't have options. Here are some common ways:... -
Redirecting to another page, after doing something
Hi After I have done some work on one of my php pages, I want to go to another page, and have that display, but I can't seem to work out how to... -
Manuel Socarras #2
Re: redirecting the page based on the error
ASP/VBScript:
If rsListDB.EOF Then
Response.Redirect "URL"
Else
Manuel Socarras Guest
-
Mike1500 #3
Re: redirecting the page based on the error
Thanks for the response Manuel Socarras, but when I iserted your code suggestion it did not work. Please help. Thanks.
Mike1500 Guest
-
Manuel Socarras #4
Re: redirecting the page based on the error
post your code to take a look
Mike1500 wrote:> Thanks for the response Manuel Socarras, but when I iserted your code suggestion it did not work. Please help. Thanks.Manuel Socarras Guest



Reply With Quote

