It seems UpdateProgress will be displayed covering the entire area of the UpdatePanel.
I want to replicate this behavior using plain javascript, as this behavior needs to be done for a windows client form.
Are there any javascript libraries available?
Thanks.
EDIT : I am using a Browser control inside windows client form to get results and render them.