MessageBox in ASP.NET Page

How to display and create Message box in ASP.NET using C# code?

Questions by hari_vht

Showing Answers 1 - 3 of 3 Answers

There are 2 ways we can achive message box functionality in ASP.Net and both are asynchronus.

1. Using Ajaxpro update panel we can create message box
2. Through JavaScript confrim function we can display message box.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions