Datasource

Datasource

Old forum URL: forums.lhotka.net/forums/t/5798.aspx


KJosh posted on Thursday, November 13, 2008

Hi,

  I want to use the CSLa datasource for my grids. If we are doing the inserts, edits inside the gridview then the CSLADatasource_Insert, CSLADatasource_update events will fire. But If we are adding the rows to the gridview from out side of the gridview control like some textbox values and clicking on Add button, then this CSLADatasource_Insert, CSLADatasource_update events are not firing. How to use the CSLADatasource for this type of data entry.

Thanks

RockfordLhotka replied on Thursday, November 13, 2008

I don't know the answer - but it should be the same as if you were using the SqlDatasource or any other data source control.

In other words, you should be able to get an ASP.NET web forms book, find the solution they use for any other data source control, and apply that solution to the CslaDatasource control.

Copyright (c) Marimer LLC