I have a simple user control:
Code:
<%@ Control Language="vb" AutoEventWireup="false" Codebehind="Length.ascx.vb" Inherits="GF.Length" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<asp:TextBox ID=txtLength Width=30px CssClass=tastFelt Runat=server></asp:TextBox>
I've added 10 instaces of this in my application. How do I set the text-property for each of these user controls? Let's say the content should be 5,10,15... in the text boxes.