Hello I have implemented one web form with query string which shows user information
E.g. - www.revolutionit.in/User.aspx?userid=Ashish
It's working fine but I want to show same webpage if we hit -
www.revolutionit.in/User/Ashish
For this How to do dynamic routing with query string ? OR Suggest any other option for the same
Thanks in advance