Results 1 to 2 of 2

Thread: variable # of textboxes in vb.net

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2002
    Posts
    1

    variable # of textboxes in vb.net

    I am pulling a variable number of results from a database and want to assign one of the values into a textbox. I am looking for a way to create a dynamic number of textboxes using VB.NET. so as to avoid declaring textboxes (<asp:textbox id="id"......) that I will not be using. Does anyone know how to do this. Please reply.

  2. #2
    khalik
    Guest
    dynamic number of textboxes using VB.NET.
    u mean control array

    vb.net does not support control array but u can do it by diff process using class

    look in to msdn libary control array

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