vb.net help need

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ghousal
    New Member
    • Nov 2007
    • 4

    vb.net help need

    i have 4 radio button if i select any radio button i need to display a table for each radio button
  • mzmishra
    Recognized Expert Contributor
    • Aug 2007
    • 390

    #2
    is 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

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      Originally posted by ghousal
      i have 4 radio button if i select any radio button i need to display a table for each radio button
      You need to capture the value property of the radio buttons and change the table accordingly .

      Comment

      • ghousal
        New Member
        • Nov 2007
        • 4

        #4
        Originally posted by mzmishra
        is 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.
        hi am not using datagrid or any grids. am displaying the table by dinamically

        Comment

        • ghousal
          New Member
          • Nov 2007
          • 4

          #5
          Originally posted by debasisdas
          You need to capture the value property of the radio buttons and change the table accordingly .
          hi
          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 logic

          Comment

          Working...