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.