how to place check box control array in a row wise

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chandru8
    New Member
    • Sep 2007
    • 145

    how to place check box control array in a row wise

    hi to all
    i am need to generate 30 checkbox control array
    each row should contain 5 checkbox control array
    i developed the code like top down list i dont know how do it
    can any one help me
    thnks to all
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    Use 6 ListBoxes with 5 ListItems, Set Style =1 - CheckBox

    Regards
    Veena

    Comment

    • chandru8
      New Member
      • Sep 2007
      • 145

      #3
      thanks for your reply

      is it possible to place the check bpx without using list box why because
      i need to display the total number of days in month the user may select more than one day

      i gave them in the list box with check box from 1 to 30 if it is march they asking me in the wise (6 x 5)

      Comment

      • QVeen72
        Recognized Expert Top Contributor
        • Oct 2006
        • 1445

        #4
        Hi,

        In one of my Previous Post's I gave code to Load TextBoxes at RunTime.
        Check that code, and modify it to CheckBoxes..
        With a little bit of trial and error, you can arrange them accordingly

        Regards
        Veena

        Comment

        Working...