Hiren Soni
posted
270 posts
since
Oct 29, 2009
from
|
|
Re: loginname control value
|
|
|
|
|
|
|
|
|
|
|
Use this code:
TextBox1.Text = LoginName1.FormatString;
|
|
|
|
|
|
sam
posted
69 posts
since
Jul 04, 2010
from
|
|
Re: loginname control value
|
|
|
|
|
|
|
|
|
|
|
where to put this code,i mean is it in text_changed?
|
|
|
|
|
|
Hiren Soni
posted
270 posts
since
Oct 29, 2009
from
|
|
Re: loginname control value
|
|
|
|
|
|
|
|
|
|
|
Put this code. whenever you required.
you can put in page_load event if you want it page_load.
it is based on your requirement.
|
|
|
|
|
|
sam
posted
69 posts
since
Jul 04, 2010
from
|
|
Re: loginname control value
|
|
|
|
|
|
|
|
|
|
|
I put in in the page_load..but its not working..
|
|
|
|
|
|
sam
posted
69 posts
since
Jul 04, 2010
from
|
|
Re: loginname control value
|
|
|
|
|
|
|
|
|
|
|
It says : The name 'TextBox1' does not exist in the current context
any code to add on?
|
|
|
|
|
|