Create a VB Datagrid on the fly with Server Controls in it

Last post 02-17-2009 1:43 PM by jfierst. 0 replies.

Sort Posts:

  • Create a VB Datagrid on the fly with Server Controls in it

    02-17-2009, 1:43 PM
    • Member
      87 point Member
    • jfierst
    • Member since 09-10-2007, 2:51 PM
    • Greenville, Pa
    • Posts 209

    Ok, here is the scenario.

    We present the user with a form with a textbox to enter the number of people attending an event. They enter a number and hit a button, it generates a table with X number of rows (one for each person), each with an index label, textbox, a drop down (with static items in it) and a label that would show a value.  They hit another button to submit this form.  Here is what the rows would look like:

    #1      TxtBox1    DDL1   Label1

    #2      TxtBox2    DDL2   Label2

    I am trying to find ways to do this, but can't find something that will work for me.

Page 1 of 1 (1 items)