Hi all!
Okay, this is how my form work.
I have
When I select the Single radio button, it will disable the Bottom panel and when I click on the cell ( the CellClick event) , it will only display data into the Top panel and only if the Type is 'Single'. Then when I select the Dual radiobutton, the bottom part will be enabled. So when I select a cell from the datagridview, if the Type = Single, it will display all data in the Top panel, whereas if the Type = Dual, it will display all data in the Bottom panel.
I am having this problem for quite some time already and I still can't solve it, so your help would be much appreciated!
. Thanks a million in advance!.
Okay, this is how my form work.
I have
- a bounded Datagridview with a table which have 3 fields, MsgID, Message and Type ( Single or Dual ),
- and two MsgID textboxes,
- 2 Message textboxes,
- 2 radio buttons ( Single & Dual ).
When I select the Single radio button, it will disable the Bottom panel and when I click on the cell ( the CellClick event) , it will only display data into the Top panel and only if the Type is 'Single'. Then when I select the Dual radiobutton, the bottom part will be enabled. So when I select a cell from the datagridview, if the Type = Single, it will display all data in the Top panel, whereas if the Type = Dual, it will display all data in the Bottom panel.
I am having this problem for quite some time already and I still can't solve it, so your help would be much appreciated!