Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing Error information to HTM page.

Status
Not open for further replies.

Premalm

Programmer
Mar 20, 2002
164
US
Hi Guys,

I have a ASP.Net Application in which I do a response.redirect and call a htm page.
I have to pass a error description to the htm page. I do not want to use the query string method.

Is there any other method by which I can show the error description in the html page dynamically.

Thanks
Premal
 
Why do you have to call a "htm" page? Why not call an ASP.NET page then you will have more options (like using session variables for example)?


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
The reason I call htm page is because a standard htm error page has been created. I just have to pass error information.
 
But why don't you just create an ASP.NET page out of this htm page?


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Right now we are just trying out various options. Is it possible to pass error information using htm page ?
 
If you don't want to use ASP.NET, then I suggest you ask the question in a relevant forum (forum215) as this is a forum for ASP.NET.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top