Click here to Skip to main content
15,890,282 members

Comments by akshay_zz (Top 8 by date)

akshay_zz 16-Nov-18 6:54am View    
You can also go for if(!IsPostBack) in place of if(!Page.IsPostBack)
akshay_zz 15-Nov-18 23:52pm View    
What are you doing buddy. That's only page load definition, show the body part
akshay_zz 15-Nov-18 23:30pm View    
Can you also show your pageload function.
akshay_zz 15-Nov-18 12:29pm View    
I was just about to ask same question
akshay_zz 15-Nov-18 12:15pm View    
Hope you have debugged your code.So can you tell us at which line you are getting the error.

-cmdCreate.ExecuteNonQuery();
-int CustomerId = (int)cmdSELECT.ExecuteScalar();

or any other. It would be great if if you can see what values you are passing that does that values matches to the tables column data type.