The error is in 96th line which is as follows;
dtSearchMerit
objDF.Fill DataTable ("usp_Get_s earch_Merit",
new SqlParameter [2] { new SqlParameter() { ParameterName = "@ApplicationNo", SqlDbType = SqlDbType.NVarChar, Value = hfApplicationno.Value },
new SqlParameter() { ParameterName = "@DOB", SqlDbType = SqlDbType.Date, Value = DOB }
Here the ApplicationNo is a 15 digit number.
New contributor
Hemang Dhande is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.