4
Answers

Value cannot be null. Parameter name: String

Photo of Joma Alrzini

Joma Alrzini

9y
7.3k
1
I got this error always and it prevents from insert to database 
 this is may code for error line  
 
int id = Int32.Parse(Request.QueryString["Id"]);
 
 the id id the column defined as auto increment with I do not need to insert to it
 
please help  

Answers (4)