J
jcfilth
Hello,
I have created an asp.net web page with 3 datagrids. Every datagrid
binds to a diferent sql query, against a sql server. I first bind
one, then the other and then the last, all using code on Page_Load
event.
When I load this page, the navigator doesn't show anything until the
page load finish. Then I can see the results of the 3 datagrids.
What I want is to bind the first datagrid, show the results and
continue binding the second one, show the results and bind the
third.
In CLASSIC ASP I used Response.Buffer=true at the beginning of my code
and Response.Flush every time i wanted to show the results. I've
tried to use this commands with asp.net but it doesn't function.
Is it possible to do this? How?
Thank you very much.
Jc
I have created an asp.net web page with 3 datagrids. Every datagrid
binds to a diferent sql query, against a sql server. I first bind
one, then the other and then the last, all using code on Page_Load
event.
When I load this page, the navigator doesn't show anything until the
page load finish. Then I can see the results of the 3 datagrids.
What I want is to bind the first datagrid, show the results and
continue binding the second one, show the results and bind the
third.
In CLASSIC ASP I used Response.Buffer=true at the beginning of my code
and Response.Flush every time i wanted to show the results. I've
tried to use this commands with asp.net but it doesn't function.
Is it possible to do this? How?
Thank you very much.
Jc