Showing Error in pop-up boxes in Web Forms

I

Ipsita

Hi!

I am working on a ASP.NET webform application. I need to show errors
on a pop-up window. I want to show some general program related errors
and not just errors from input validations which can be showed on a
ValidationSummary control. Please let me know if there is a way to do
it.

Thanks
Ipsita
 
E

Eliyahu Goldin

Ipsita,

To do this you need to put javascripts alert calls to your response stream.

Example:

Response.Write("<script>alert('ErrorText')</script>")

Eliyahu
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top