Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
How to chage the data in XamDataGrid into DataSet
posted

I want to send the data in the XamDataGrid1 to Oracle DB by DataSet.

How can i do ?

I tried it following ths.

"Dataset ds = xamDataGrid1.DataSource as DataSet;"

but it didn't work

I want to get DataSet from XamDataGrid

thanks in advance