Jump to content
Xtreme .Net Talk

A message box in Webforms and ASP


Recommended Posts

Guest Taurkon
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...