Guest Taurkon Posted October 17, 2002 Posted October 17, 2002 I have been informed that there is no such this as a dialog box using ASP.Net and WebForms, but there is a Message box. Could anyone tell me how I can create and display a message box to the users using the following example: if (sOldPswd == sNewPswd) ChangeUserPswd(sNewPswd); else // display message box here <--- how do I do this? Thanks in advance for your time Scott Quote
*Gurus* Derek Stone Posted October 18, 2002 *Gurus* Posted October 18, 2002 Response.Write("<script>alert('Greetings!');</script>") Quote Posting Guidelines
Guest Taurkon Posted October 18, 2002 Posted October 18, 2002 Thanks Derek, your help was apprciated. :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.