/*Delete Mandal*/ public DataTable DeletemandalBAL(string DistCode, string MandalCode, string MandalName, string ConnKey) { return(objDist.DeletemandalDAL(DistCode, MandalCode, MandalName, ConnKey)); }