how to check the id it is string to convert it to int or if it is int to pass it
- int id = 0;
- int.TryParse(Request.QueryString["id"], out id);
please help
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tapan PatelPosted Jul 28, 2016, 11:13 AM