Posted on: 7/4/2014 12:44:02 PM | Views : 328

i had few dynamically generated urls like
http://localhost:35228/begineercontrols?name=untitled&id=2
http://localhost:35228/begineercontrols?name=linkbutton&id=34
http://localhost:35228/begineercontrols?name=lablebutton&id=5
and even more, using routing i removed .aspx extension which is fine, now i want to make urls more friendly like
http://localhost:35228/begineercontrols/untitled/2  how can i achive this for all dynamically generated urls please help me out 
thanks in advace!

Go to the complete details ...