Re: what's the equivalent of response.flush in asp.net datagrid
- From: "Val Mazur \(MVP\)" <group51a@xxxxxxxxxxx>
- Date: Mon, 18 Apr 2005 21:00:29 -0400
Hi,
If you are loading DataGrid with the big data, then it could take some time.
But if this is not the case, then check if you call DataBind method of the
DataGrid after you assigned a datasource to it. If you do not call DataBind,
then DataGrid will not show data in it.
--
Val Mazur
Microsoft MVP
http://xport.mvps.org
"aaron" <aaron@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D9629403-F341-468F-A6E8-FA46EF3F7B53@xxxxxxxxxxxxxxxx
> Hi,
> My problem is that the data in datagrid doesn't show up until it's bound
> and
> therefore can take a long time. is there a way that datagrid can show
> datarows as soon as it gets it like response.flush.
>
> Thanks
> aaron
.
- Follow-Ups:
- References:
- Prev by Date: what's the equivalent of response.flush in asp.net datagrid
- Next by Date: Re: How to revert from MDAC 2.8 to 2.7?
- Previous by thread: what's the equivalent of response.flush in asp.net datagrid
- Next by thread: Re: what's the equivalent of response.flush in asp.net datagrid
- Index(es):
Relevant Pages
|
|