Example #1
0
 private void GetPreDeployment()
 {
     GridView1.DataSource = UtilDAL.GetServersNApps();
     GridView1.DataBind();
 }
Example #2
0
 public DataTable GetDropDownList()
 {
     utilDAL = new UtilDAL();
     return(utilDAL.GetDropDownList("SourceFile_MappingHeader"));
 }