Re: what's the equivalent of response.flush in asp.net datagrid



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
>
>
>
.



Relevant Pages

  • Re: Of DataGrids, DataBinding and Server-side Events
    ... You can reset the DataSource and call DataBind() right after you delete the ... > Page_Load event then databind it to the datagrid. ... > again populate my CollectionBase class and databind it a second time to ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: DataBind()
    ... "Pam Ammond" wrote in message ... > DataBind() isn't an option. ... > My guess is that maybe it's not needed for a WindowsForm, but if so, I'd ... > Knowledgebase to explain why DataBindisn't an option for my datagrid. ...
    (microsoft.public.dotnet.languages.csharp)
  • DataGrid mit AutoGenerateColumns = false
    ... ich habe ein Datagrid, an das eine Dataview mit einer Datatable mit 3 ... Spalten gebunden wird. ... Eigenschaftengenerator über die 2 Spalten "Bearbeiten, Aktualisieren, ... DataBind() aufgerufen. ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • AutoGenerateColumns false --> fehlende Cells in UpdateCommand-Methode
    ... ich habe ein Datagrid, an das eine Dataview mit einer Datatable mit 3 ... Spalten gebunden wird. ... Eigenschaftengenerator über die 2 Spalten "Bearbeiten, Aktualisieren, ... DataBind() aufgerufen. ...
    (microsoft.public.de.german.entwickler.dotnet.asp)
  • Re: UserControl inside of datagrid - loses its viewstate when datagrid is re-bound on postback
    ... the Page.DataBindor do you do it directly on the DataGrid control? ... in your SelectedIndexChange event does the DDL have ... > set the newpageindex and then call databind to show the new page) as ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)