4
Answers

Value cannot be null. Parameter name: String

Joma Alrzini

Joma Alrzini

8y
345
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)