Results 1 to 2 of 2

Thread: Creating and handling controls at Runtime

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2001
    Posts
    116

    Smile Creating and handling controls at Runtime

    I need a webform that will contain a table with a fixed amount of columns (say 10) and a varied amount of rows (this will depend on how many rows I return from a database table).

    I need this table to be created at runtime (on the click of a button). Once the table has been created I need every row to contain a textbox within columns 4, 5 & 6.


    My problems are as follows:
    How to create and insert a textbox control (at runtime) into a table’s cell?
    How to return/handle a textbox’s value and events?

    USING VB.NET

    Anyone?

    Thanks

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: Creating and handling controls at Runtime

    Use a datagrid that's what they are designed for!

    DJ

    If I have been helpful please rate my post. If I haven't tell me!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width