How can bind this xml from gridview and edit data can update
How can bind this xml from gridview and edit data can update FROM DATABASE TABLE ALSO
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
krishna pandeyPosted Apr 27, 2015, 2:29 AM
Thavaselvan PalanivelPosted Apr 27, 2015, 2:03 AM
Let's consider the properties as entities.
Now map the entities to your grid column, XML and also to DB.
if there is any changes on the grid, the same changes will made on the DB and also XML too.
consider this will happen vise versa
Note: Make sure you should co-ordinate data type wrt db and grid (dotnet datatype)