Ask a Question related to ASP.NET General, Design and Development.
-
greg #1
progress bar and page_load
Hi
Basically I call a page that does a very long op
But I need to display a progress bar
no frames
There is an old trick in html and asp
for a page that has a long operation
Response.buffering is disabled and
initially div with progress bar is displayed
when page finally fully loads (when op is completed)
onload function makes div invisible
but for web forms does not work it seems
untill page_load finishes nothing is displayed whatever
Response.bufferoutput is set to false
!!!!
Thanks
GSL
greg Guest
-
Page_Load issue
Hi, I am relatively knew to the ASP .Net world, so I may be going about this all wrong, but I need to figure this out anyway. I am using a IE... -
databinding after page_load
Hi, I'm working on a webpage which starts with a rather timeconsuming database transaction. (two different .mdb's from different MSAccess versions... -
Why bad with Page_Load
I have an XML Web Servic (.asmx) to generate an Excel file, and it works as expected. However, here is the bad thing, - if this web service is... -
page_load
I've got an aspx and I need that his page_load event be fired every time I enter the page. Actually I put a break point in the first line in the... -
Page_Init() and Page_Load()
Hi, what is the purpose of having a Page_Init() AND a Page_Load() event handler 'cause both will always be executed on loading a page ? What...



Reply With Quote

