Re: GridView with FormView question




Sean wrote:
Now on the binding I use custom binding option for elements on the formvuew
instead of the option above it which I am not clear I understand what its

Not 100% sure what you mean by this.

for. I dont think explicitly binding to the source on page postback will make
a difference in this context although I havent tried it.

You should have tried it! Put a "GridView.DataBind()" in the inserted,
deleted and updated events of the formview to refresh the grid.


How do I get the grid to refresh itself?

Oh! I guess its also important to note that I am use datacontrollers for
bother grid and form

Datacontrollers? Are you using objectdatasource? I am, and it works
fine but the type of object you are binding should have no effect on
this behaviour anyway.

.



Relevant Pages

  • Re: Child grid woes
    ... pointer), but only with the wait statements running. ... in the grid refresh I've issued a NODEFAULT. ... insert into kid values ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Child grid woes
    ... row of the child grid, then click the refresh button (which issues a form ... insert into kid values ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Refreshing a datagrid at predetermined intervals?
    ... nothing to do with server-side programming. ... > Now, however, I need to have the grid 'refreshed' at certain intervals. ... > database and repopulate the grid. ... > not a programmed refresh. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: How to Refresh Datagrid Control?
    ... Normaly you would fill a grid like this: ... Would you suggest the code that I need to use to "refresh" the dataset? ... created from the New Data Source wizard. ... is needed to requery the sql database? ...
    (microsoft.public.dotnet.languages.csharp)
  • Refreshing a datagrid at predetermined intervals?
    ... Now, however, I need to have the grid 'refreshed' at certain intervals. ... database (based upon the selected dropdown item) and repopulate the grid. ... not a programmed refresh. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading