J
Jon
Hi,
suspect there might not be a good answer to this one. Using vb.net I have a
page like this
some text
datagrid
repeater
Now the repeater is populated from a simple query that takes no time to
execute but the datagrid relies on some processing that takes around 15-20
seconds. Is there any way to get the repeater onto the screen while the grid
is processing (along with some kind of "please wait" message) and then show
the grid when it's ready. The best I have so far is to load up the repeater
and then in body onload redirect to the same page and show the grid - this
works but it's messy. Any way to do this without reloading the page? If it
helps to see what I'm talking about here's a sample link
http://www.bookhead.co.uk/0672324768
Cheers,
Jon
suspect there might not be a good answer to this one. Using vb.net I have a
page like this
some text
datagrid
repeater
Now the repeater is populated from a simple query that takes no time to
execute but the datagrid relies on some processing that takes around 15-20
seconds. Is there any way to get the repeater onto the screen while the grid
is processing (along with some kind of "please wait" message) and then show
the grid when it's ready. The best I have so far is to load up the repeater
and then in body onload redirect to the same page and show the grid - this
works but it's messy. Any way to do this without reloading the page? If it
helps to see what I'm talking about here's a sample link
http://www.bookhead.co.uk/0672324768
Cheers,
Jon