| Author: Preethi 28 Jan 2008 | Member Level: Bronze | Rating: Points: 2 |
--Add the Ajax DLL to bin Directory
--write the code in Web.config <httpHandlers> <add verb="POST,GET" path="ajax/*.ashx" type="Ajax.PageHandlerFactory, Ajax" /> </httpHandlers>
--cs file
[Ajax.AjaxMethod(Ajax.HttpSessionStateRequirement.ReadWrite)]
try now.
|