Generic Message Page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear Friends,

I'd like to build a generic message page whereby several parameters
would be passed to it (Title, Header, Message, etc...). It would display
this information in several labels and allow the user to continue or redirect
back to the home page. The main purpose of this screen would be to display
error messages or operation confirmation messages. When I say errors, I do
not mean .NET exceptions, but rather custom/business logic erros (Account not
yet active). I'd like to use the Server.Transfer method as opposed to the
Response.ReDirect and QueryString method. Any help, ideas, or sample
projects on this?

Regards,

Giovanni
 
Depending upon the length of the data you want to pass to the page, it might
be best to do a POST of form data to it.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

The man who questions opinions is wise.
The man who quarrels with facts is a fool.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top