c# error with we service and asp.net?

EspritRAIN

New member
this code: int CarID = Convert.ToInt32(Request.QueryString["CarID"].ToString());
gives me this error : Object reference not set to an instance of an object.

what must i do?
 
Back
Top