3.2.0

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
May 3,
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)
May 4,
Thank you Alex!
Max
May 17,

This topic is archived.

See also:


Back to support forum