Click here to Skip to main content
15,887,272 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..
does anyone know how to get loginname control value in textbox

I am using loginname control after login,where it will display the username of the user.
Now i want to get that username value to textbox.
How do i suppose to do that?
Posted

1 solution

Are you saying you have a control, and you want to put a value from that control in to a textbox ? Did you try checking the properties on your control, to set the Text property of the textbox ? Have you ever read any books on C# or ASP.NET ? I think you should consider doing so.
 
Share this answer
 
Comments
Sandeep Mewara 20-Aug-10 2:34am    
Comment from OP: i want to trigger the value of the loginname control to textbox.
how to trigger values from properties?

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