I am working in windows application ,in that i am having a datagrid with one checkbox column and one textbox column.If i write anything on the textbox and after that if i check the checkbox the data in the text box changes into the previous value.How can i remove this problem?
Datagrid
Collapse
X
-
sajithamolTags: None -
you must have some code in checkbox's checkedchange event....post the codeOriginally posted by sajithamolI am working in windows application ,in that i am having a datagrid with one checkbox column and one textbox column.If i write anything on the textbox and after that if i check the checkbox the data in the text box changes into the previous value.How can i remove this problem?
Comment