Re: what's the equivalent of response.flush in asp.net datagrid
- From: "aaron" <aaron@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 19 Apr 2005 11:33:02 -0700
the datagrid does call databind. but i want know if datarows can be displayed
one by one as it gets back the data.
"Val Mazur (MVP)" wrote:
> 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
>
>
>
.
- References:
- what's the equivalent of response.flush in asp.net datagrid
- From: aaron
- Re: what's the equivalent of response.flush in asp.net datagrid
- From: Val Mazur \(MVP\)
- what's the equivalent of response.flush in asp.net datagrid
- Prev by Date: RE: Syntax error in insert statement?
- Next by Date: Re: Import Excel Data Into Access Table
- Previous by thread: Re: what's the equivalent of response.flush in asp.net datagrid
- Next by thread: incrementally increase value
- Index(es):
Relevant Pages
|
|