Joma Alrzini

Joma Alrzini

  • NA
  • 61
  • 30.8k

Value cannot be null. Parameter name: String

Jul 8 2016 9:20 AM
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)