How to get Messages When Clicking CheckBox in DataGrid?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi all, I am doing C# Application. I have added check Boxes to DataGrid Column.Now I want to handle events ,when click check Box and Uncheck . for example I want to PopUp Message when clicking a Check Box "1 Row 2 Column Check box is clicked" like that.. How do I do that.?? please send ur reply soon Thanks in advance..
-
hi all, I am doing C# Application. I have added check Boxes to DataGrid Column.Now I want to handle events ,when click check Box and Uncheck . for example I want to PopUp Message when clicking a Check Box "1 Row 2 Column Check box is clicked" like that.. How do I do that.?? please send ur reply soon Thanks in advance..
Hello! I myself am new and haven't done WinForms yet, but are you having problems with MessageBox.Show ?