:: Forum >>

Fill an ActiveWidgetGrid from MS Visual Web Developer GridView

Please, I need to know how to manage data in an ActiveWidgetGrid (Insert Rows, Delete Rows, Modify Cells) and to save all the changes in SQL Server Database using MS Visual Web Developer "GridView".

Thanks a lot!
Max

Max Johnen
Thursday, May 3, 2007
You should use ASP.NET DataSource controls (i.e. SQLDataSource, AccessDataSource) to retrieve the data but not GridView, which is the display control. Look at the source code of the examples - datasource.aspx or datasource xml.aspx in either \examples\backend - asp.net vb\ or \examples\backend - asp.net c#\ directories.
Alex (ActiveWidgets)
Friday, May 4, 2007
Thank you Alex!
Max
Thursday, May 17, 2007

This topic is archived.


Back to support forum

Forum search