Hey Guys,
I have a textbox in which a ID is stored. ID has type int in the database.
I want to compare this Textbox ID with the ID in the databse.
I tried to use:
int ID=Convert.ToInt32("TExtboxID.text")
I got an error:
NullReference Exception was handled by Usercode
Please help.