Home All Groups Group Topic Archive Search About
Author
12 Sep 2006 12:31 PM
Sujith
I not able to able to intitialize the value of TextBox1.
eg:- TextBox1.Text = now()
or
TextBox1.BackColor=Color.Beige
is not happening. wat could be the reason

Author
13 Sep 2006 10:40 AM
Savil Francis
Can be abit more clearer on your problem, check the event at which you
code gets executed, Other than that there is no problem as you wrote
Author
17 Sep 2006 11:03 AM
Sujith
Than you for the replay.

I am using it at Page load event. Its not working. Like with HTML input type
text; can I initialize it?

Regards,
Sujith
Author
18 Sep 2006 1:08 AM
Steve C. Orr [MVP, MCSD]
Most likely you are accidentally overwriting your value elsewhere in your
code, or maybe re-initializing the textbox which is clearing the value you
set.

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net


Show quoteHide quote
"Sujith" <Suj***@discussions.microsoft.com> wrote in message
news:5F17F195-EB48-40BD-A65E-EFD962A8EA6A@microsoft.com...
>I not able to able to intitialize the value of TextBox1.
> eg:- TextBox1.Text = now()
> or
> TextBox1.BackColor=Color.Beige
> is not happening. wat could be the reason
>
Author
18 Sep 2006 5:12 AM
Sujith
Thanks for the replay Mr. Steve.

I will check that.
Good Day (9/18/2006 9:10:00 AM)
Sujith