Click here to Skip to main content
15,860,859 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,


I'm using silverlight 5 for developing a browser web application(like MS Paint). All the designing part is complete but i'm stuck with saving the image which is drawn in a grid.Can anyone give an idea on how to save a content in grid to db??Any help will be greatly appreciated.
Posted

1 solution

use event YourDataGrid_RowEditEnded .
write your code in this event that you want to save.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900