Exemple #1
0
 public void BindData()
 {
     GrdIStatus.DataSource = CMS.GetSeverityMaster("adminCCM");
     GrdIStatus.DataBind();
 }