Use javascript alert to display Message box in asp.net
eg
Response.Write(""");
in .aspx
private void MessageBox(string msg)
{
Label lbl = new Label();
lbl.Text = "";
Page.Controls.Add(lbl);
}
and u can call
MessageBox("YO");
private void MessageBox(string msg)
{
Label lbl = new Label();
lbl.Text = "";
Page.Controls.Add(lbl);
}
and u can call
MessageBox("YO");
Use javascript alert to display Message box in asp.net
eg
Response.Write(""");
in .aspx
private void MessageBox(string msg)
{
Label lbl = new Label();
lbl.Text = "";
Page.Controls.Add(lbl);
}
and u can call
MessageBox("YO");
private void MessageBox(string msg)
{
Label lbl = new Label();
lbl.Text = "";
Page.Controls.Add(lbl);
}
and u can call
MessageBox("YO");