Linkbutton problem
I have a problem on my .net application and i was wondering if anyone here could help...
I have a linkbutton (which raises a postback) but sometimes the application can take a few seconds to respond (not sure why, but it does, maybe bandwidth??) the problem is that an impatient user could click the button several times, which would raise several postback events on the server.
is there any way to prevent this from happening? I've seen similar problems with normal buttons and i've seen javascript solutions that disable the button and raise the submit event in javascript, that solution would work well for a standard button, but for a link button its not possible.
Asp.Net renders the link button as a standard Anchor tag <A> and populates the Href property with its .net postback functions. This is expected behavior, i cant replace the linkbutton control with a hyperlink control because i loose the ability to bind the server side click event to the button.
can anyone suggest a suitable way forward or a reasonable work around to this little problem?
Thanks in advance
Ho-hum another ****ty day in paradise
Bookmarks