Datagrid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sajithamol

    Datagrid

    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?
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    Originally posted by sajithamol
    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?
    you must have some code in checkbox's checkedchange event....post the code

    Comment

    Working...