Click here to Skip to main content
16,003,682 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi all,


i don't want to give textboxid in user control

in my user control have textbox like this
<asp:TextBox runat="server">

it can add default page like this

VB
<Demo:Person runat="Server" ID="Person1"  />


Note:my intension is is it possible to assign a value directly like Person1.Text="test";


Thanks in advance...........
Posted
Updated 9-Jan-12 23:42pm
v3
Comments
Tejas Vaishnav 9-Jan-12 6:36am    
please provide your design code so we will solve your problem

1 solution

Question is not clear; we need your code to understand.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900