Hi all,
I would like to know what is the use of handler.what is the role in asp.net.
1. Which type of data we can return from ashx handler. ?
2. What is the life cycle of ashx Hanler. in our asp.net application?
3. The ashx handler execution will be in client side or Server side?
Loading
Mohan SubramanianPosted Dec 30, 2014, 2:54 PM
you return value as image in this handler and assign that image in url to display. moreover it support RESTFUL concept by returning the data as XML or JSON. this handler is fast and re-compiled automatically.
Vinodh NarayananPosted Dec 30, 2014, 11:31 AM
refer this link it will provide full details about handlers
http://msdn.microsoft.com/en-us/library/bb398986(v=vs.140).aspx