public DataSet GetEmployeeDetails(string strLoginID) { return(DefaultDB.ExecuteDataSet("Sel_EmployeeDetails", strLoginID)); }