N
N8dagr8
First, I'm creating a WinForms application, not a web page.
Second, I have a .Net Dataset with data I want to display to the user.
Originally, we were using the DataGrid control, but our customer is more
familiar with Excel and the DataGrid control in .Net 1.1 is not nearly
tailorable enough for our needs.
Third, we've placed an OWC 11 spreadsheet control on our form. While I've
found several articles describing how to load data into the spreadsheet, I
have not found any solution describing "databinding" to the spreadsheet like
you can do on the datagrid.
Basically, I'd like the Excel web component to be a view into the .Net
Dataset, such that when a user makes a change in Spreadsheet, it is sent back
to the .Net Dataset.
I know you CANNOT use a .Net DataSet as a datasource for the Excel Web
Component. So I was planning to convert the .Net DataSet into an ADO
Recordset and using this as the DataSource for the web component.
Will this meet my needs (i.e., display data to user and update data in
Recordset when user edits data in the Excel control)? If not, does anybody
have any alternative suggestions?
Thanks,
Nate
Second, I have a .Net Dataset with data I want to display to the user.
Originally, we were using the DataGrid control, but our customer is more
familiar with Excel and the DataGrid control in .Net 1.1 is not nearly
tailorable enough for our needs.
Third, we've placed an OWC 11 spreadsheet control on our form. While I've
found several articles describing how to load data into the spreadsheet, I
have not found any solution describing "databinding" to the spreadsheet like
you can do on the datagrid.
Basically, I'd like the Excel web component to be a view into the .Net
Dataset, such that when a user makes a change in Spreadsheet, it is sent back
to the .Net Dataset.
I know you CANNOT use a .Net DataSet as a datasource for the Excel Web
Component. So I was planning to convert the .Net DataSet into an ADO
Recordset and using this as the DataSource for the web component.
Will this meet my needs (i.e., display data to user and update data in
Recordset when user edits data in the Excel control)? If not, does anybody
have any alternative suggestions?
Thanks,
Nate