Server side Message box in ASP.Net - Part 2
Author:
R. Arockia Jayaseelan
Using JavaScript, you can access the dialog boxes while on page loading or after rendering the page content to the browser. There is no way to get a confirmation from the user while you process the functionality through JavaScript. To accomplish this you have to go for a server side message box. Server side message box provides an option to get a confirmation from the user based on some functionality checking, after getting the confirmation from the user click it process the functionality based on user selection.
More Tutorials
|