Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Message Box

Status
Not open for further replies.

dvimm

Programmer
Apr 26, 2007
23
US
Hello,
How can I get messagebox popped up after some events
something like

I know someone posted to use page.registerstartupscript and it doesnt work for me.
here is my code in menuitemclickevent

if(!hidvalue=null)
{
}
else
{
Page.RegisterStartupScript("POPUP", "<script language=javascript>alert('All is well!');</script>");
}
 
Hi,

what you have done is correct as far as showing information to the UI users.

but do you want them to see such information? why do you want such message boxes???

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top