update panel problem
-
-
some times it happens that update panel stops working as it is not on the page, soi have to create a new website and copy all the contents than it starts working , where am i wrong ? i am new to asp.net .thanks.
Tauseef A Khan MCP Dotnet framework 2.0.
by stop working what do you mean? it is ajax update panel right?
-
by stop working what do you mean? it is ajax update panel right?
-
means page starts getting refresh upon same operation on which it was not, yes it is ajax panel.
Tauseef A Khan MCP Dotnet framework 2.0.
On the both Case you have used AJAX based web site ? Which VS Version are you using ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
On the both Case you have used AJAX based web site ? Which VS Version are you using ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
may be you haven't add that as follows to the web.cofig file <httpHandlers> <remove verb="*" path="*.asmx"/> <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/> </httpHandlers>
-
may be you haven't add that as follows to the web.cofig file <httpHandlers> <remove verb="*" path="*.asmx"/> <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/> </httpHandlers>
You should reply to the correct person so that he/she can get a notification. You have replied to me, but problem was with some one else. so, please reply that guys so that he may get an email notification with your answer.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
means page starts getting refresh upon same operation on which it was not, yes it is ajax panel.
Tauseef A Khan MCP Dotnet framework 2.0.
From my understdanding it may be depending on where you placed the button or the control which triggers the refresh, it is really hard for me to help with this little information.
-
From my understdanding it may be depending on where you placed the button or the control which triggers the refresh, it is really hard for me to help with this little information.