Hi Muddsar,
I am a continous reader of your articals, and a big fan of your knowledge. i have seen your demo on remove .aspx extension from url in asp.net, its a great articale, but i have few queries which i would like to ask.
Fisrt thing that your plz tell me, how we can use same approcah when we are passing multiple values in a query string like:
"www.localhost/Category.aspx?Id=1&Name=abc"
in your example you have shown that we need to write below code in global file like :
routes.MapPageRoute("CustomerDetails", "Customers/{CustomerId}", "~/CustomerDetails.aspx");
but what about in above case?