i have 4 radio button if i select any radio button i need to display a table for each radio button
vb.net help need
Collapse
X
-
Originally posted by ghousali have 4 radio button if i select any radio button i need to display a table for each radio buttonComment
-
Originally posted by mzmishrais your requirement is to display different tabels based on which radio button you have selected?
If yes you can have different datagrids.Based on the radio button value you can make the visibility of the right datagrid and hide the other ones.Comment
-
Originally posted by debasisdasYou need to capture the value property of the radio buttons and change the table accordingly .
am not using any grids i created the table which create dynamically..
and then if i select any column of any row i need to display respect table that to be dynamically plz tell the logicComment
Comment