ListView. Update and Cancel.

Hello,

I created a ListView at runtime by implementing the ITemplate.

Inside my Edit Item template I have custom control, named MyForm,
that contains two buttons:
"Update" and "Cancel"

When one of the buttons is clicked a Command event of MyForm is fired.
Inside this event I can detected which button was clicked.

My question is: how to fire the cancel or update action of my
ListView?

My ListView is connected to a LinqDataSource.

Thanks,
Miguel
Shapper [ Do, 31 Januar 2008 16:55 ] [ ID #1920736 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » ListView. Update and Cancel.

Vorheriges Thema: CrystalReportViewer buttons don't display
Nächstes Thema: Re: issue when converting C#.net code into vb.net