Geeks Of Web - Latest Around the World
Latest News, Events, Discoveries and happening around the globe.
Tuesday, March 2, 2010
Customized Message pop up Box in c# for websites
It gives you a pop up msgbox to show error messages or any alerts.
public Label msgbox(string text)
{
Label lbl = new Label();
lbl.Text = "";
return (lbl);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment