Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
16398 Points
3172 Posts
May 01, 2012 08:53 AM|LINK
This is how you generate Dynamic content using httpHandlers(URL routing)
http://msdn.microsoft.com/en-us/library/ms972953.aspx
Basically you have a masterpage and a childpage, you pump in some data as per request and do the url routing part and you have a dynamically generated page
httphandler
nijhawan.sau...
All-Star
16398 Points
3172 Posts
Re: How to make many request from single httphandler in asp.net
May 01, 2012 08:53 AM|LINK
This is how you generate Dynamic content using httpHandlers(URL routing)
http://msdn.microsoft.com/en-us/library/ms972953.aspx
Basically you have a masterpage and a childpage, you pump in some data as per request and do the url routing part and you have a dynamically generated page
httphandler