Click here to Skip to main content
15,887,430 members

Comments by sasanka sekhar panda (Top 57 by date)

sasanka sekhar panda 15-Aug-15 23:54pm View    
when you are getting errors ?...At the time of hosting ..Or when u run the application
sasanka sekhar panda 7-Aug-15 2:12am View    
Thank u for your valuable comment..Please read the question carefully..Not at all agreed with you.
sasanka sekhar panda 6-Aug-15 4:02am View    
if (result == "YES" && result1 == "YES" )
{
lblStatus.Text = "Loan Processing Done";
lblReport.Text = "Loan Processing Done";

}
sasanka sekhar panda 6-Aug-15 4:01am View    
After passing all the parameter to the respective sqlcommand objects...

SqlCmd.ExecuteNonQuery();
SqlCmd1.ExecuteNonQuery();
string result = SqlCmd.Parameters["@RETURN"].Value.ToString();
string result1 = SqlCmd1.Parameters["@RETURN"].Value.ToString();
sasanka sekhar panda 5-Aug-15 3:57am View    
if you are selecting 2014 then what is the condition..It will only search for 2014 or not?