My website’s template is based on bootstrap and in the nav menu, I used the below code for some effects! After firing the action button, updatepanel will fire and after this, the menu effect doesn’t work! What is the solution? Answer This occurs due to the Partial Postback using UpdatePanel. The Events that you subscribe for the controls are rendered
Tag: updatepanel
“Please wait” image on every user action with ASP.NET 3.5
In our ASP.NET 3.5 application, we would like to implement a “Please wait..” feature : on every user action (button click, tab change, etc.) we would display a little spinner on top of the page (actually in a separate frame that we use already have). We thought of this solution : “hijack” the _doPostBack to intercept every event, display the