We're sorry Aspose doesn't work properply without JavaScript enabled.

Free Support Forum - aspose.com

Smart Marker / database question

Hello:

I want to do the following:

1) Create a Designer worksheet with Smart Markers.

2) Load the Designer with data from a SQL database.

3) Display the worksheet in the Web grid.

4) Allow users to update data in the Smart Marker fields through the Web grid.

5) Save the data back to the database.

My question is how to do number 5. Can you please give me some ideas on how to update the data back to the database?

Thanks.

Hi,

I think you may use Data Binding feature of GridWeb control, see the documents and demos for your reference:
//Documents:
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/binding-worksheet-to-a-dataset-using-gridwebs-worksheets-designer.html
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/binding-worksheet-to-a-dataset-at-run-time-using-gridweb.html

//Demos:

Thank you.