Ö
Özden Irmak
Hello,
I try to write a dataentry screen and as a storage I use a standalone
Non-Typed DataSet where I save and load my data into a XML file...
It seems that via the BindingContext I can't reach to the DataTable in my
DataSet...When I put a DataGrid onto the form and bind it to my DataTable
everything is fine I can add, delete, browse through the data via
DataGrid...But I don't want to use a DataGrid instead want to use my binded
textboxes, etc. for editing...
I even can't do a position change and using the same codes which
DataFormWizard generates in VB.Net (By making the proper changes with
pointing my DataSet and DataTable)...
Can anyone help me or provide me a sample on how to achieve this?
Thanks in advance...
Özden Irmak
I try to write a dataentry screen and as a storage I use a standalone
Non-Typed DataSet where I save and load my data into a XML file...
It seems that via the BindingContext I can't reach to the DataTable in my
DataSet...When I put a DataGrid onto the form and bind it to my DataTable
everything is fine I can add, delete, browse through the data via
DataGrid...But I don't want to use a DataGrid instead want to use my binded
textboxes, etc. for editing...
I even can't do a position change and using the same codes which
DataFormWizard generates in VB.Net (By making the proper changes with
pointing my DataSet and DataTable)...
Can anyone help me or provide me a sample on how to achieve this?
Thanks in advance...
Özden Irmak