Friday, September 7, 2018

Display message box

ScriptManager.RegisterStartupScript(this, this.GetType(), "alertmessage", "javascript:alert('Please fill all record')", true);

No comments:

Post a Comment

GRIDVIEW PAGINING

  <asp: GridView ID="GridView1" runat="server"            AutoGenerateColumns="False"  AllowPaging="T...