hello i want to seperate url parameter
this is my querystring
string thread = Request.QueryString["threadid"].ToString();
and this return 6/test-comment-from-user.
i want to seperate 6 and test-comment-from-user
in seperate varible
ie id=6
name=test-comment-from-user
Go to the complete details ...