to show checkBox 'true' using List View
-
hi, I am using ListView to display the records. I have a column namely, 'module' contains record in following manner.
edit, delete
Actually i am adding this value through checkbox. when i select checkbox, the associated value ('edit') has been added in database, when i select another checkbox, the related value ('delete')has been added in the database. basically i can select two or three checkox, all concerned value has been added and seperated with 'comma' in same column. My query is , I want to edit this data. when I select edit button, the value of the checkbox shows 'true'. e.g. the 'edit' related checkbox shows 'tick' and so on. thanx and regards,
-
hi, I am using ListView to display the records. I have a column namely, 'module' contains record in following manner.
edit, delete
Actually i am adding this value through checkbox. when i select checkbox, the associated value ('edit') has been added in database, when i select another checkbox, the related value ('delete')has been added in the database. basically i can select two or three checkox, all concerned value has been added and seperated with 'comma' in same column. My query is , I want to edit this data. when I select edit button, the value of the checkbox shows 'true'. e.g. the 'edit' related checkbox shows 'tick' and so on. thanx and regards,
This is the C# forum. You don't state what you are using this in. Is it a web page, WPF, or Silverlight application? It makes a big deal as to how to do things based on where you display it.