Work on C#,Asp.net, on my page Click on AspxButton i want to show loading panel with text processing...., After complete the whole event work ,Loading panel become false.
On button click how to control Loading Panel
Work on C#,Asp.net, on my page Click on AspxButton i want to show loading panel with text processing...., After complete the whole event work ,Loading panel become false.
On button click how to control Loading Panel
Hi,
The following topic contains a code which shows how this can be done:
If so, you may leave the AutoPostBack property set to true and handle the button's client-side Click event as shown in the topic I've mentioned above. There is no need to hide the LoadingPanel in this case, it will be hidden automatically when a page is rendered in the client side.