Posts

Showing posts from January 2, 2019

how to.check Pan No is Already Exit Or Not In C#

 checking PAN No is already present or not             if (!string.IsNullOrEmpty(Convert.ToString(ViewState["UserpanID"])))             {                 if ( CheckPannoExistOrNot (txtpanno.Text.Trim()))                 {                     sb.Append("Pan No Is Already Exists");                     lblpanError.Text = sb.ToString();                     sb.Clear();                     txtpanno.Text = string.Empty;                     return;                 }             }   Private bool CheckPannoExist...

Popular posts from this blog

String Program in C#

CSV using XmlNode

Controller_Model. cs