Connecting Tech Pros Worldwide Help | Site Map

ASP.NET C# UpdatePanel not working

chathura86's Avatar
Member
 
Join Date: May 2007
Location: Homagama, Sri Lanka
Posts: 92
#1: Aug 28 '08
I have added a updatepanel to a page for a partial update

but after i have added the following method to Global.asax it starts to
malfunctioning

method is

Expand|Select|Wrap|Line Numbers
  1. void Application_OnPostRequestHandlerExecute()
  2.  
i have added this method to check the login status of the user for each time the user connects the server

it seems that this method cause the problem

please help me to find a solution or a workaround

thank you
chathura
Reply