oursmp Posted June 9, 2005 Posted June 9, 2005 Hi, We are working on a .NET application (ASP.NET/VB.NET). In our application, when the user clicks on a control (say a link, button, check box or whatever) and then clicks on the same control again (while the first click is being processed), the application is hanging and giving errors. This is becuase double post back happens. Is there a way to avoid this problem. Help appreciated. Thanks in advance oursmp Quote
kahlua001 Posted June 10, 2005 Posted June 10, 2005 Use javascript to disable other links, buttons, after 1 has been clicked. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.