Re: Right justify text in textbox in web page
- From: "John Wilson" <JW@xxxxxxxxxxxxx>
- Date: Sat, 8 Oct 2005 22:38:29 +0100
Thanks John
--
John Wilson
"John Timney (ASP.NET MVP)" <timneyj@xxxxxxxxxxxxx> wrote in message
news:uqx16yEzFHA.2152@xxxxxxxxxxxxxxxxxxxxxxx
> For an asp.net textbox server controlserver you can set the css style
> value
> via code, for example in page_load
>
> private void Page_Load(object sender, System.EventArgs e)
> {
> myTextBox.Style.Add("text-align","right");
> }
>
>
> --
> Regards
>
> John Timney
> ASP.NET MVP
> Microsoft Regional Director
>
>
>
> "John Wilson" <JW@xxxxxxxxxxxxx> wrote in message
> news:4348314e$0$38041$5a6aecb4@xxxxxxxxxxxxxxxxxxxx
>> How do I do this?
>>
>>
>> John Wilson
>>
>>
>
>
.
- References:
- Re: Right justify text in textbox in web page
- From: John Timney \(ASP.NET MVP\)
- Re: Right justify text in textbox in web page
- Prev by Date: Re: Right justify text in textbox in web page
- Next by Date: Re: ASP.Net 1.1 and 2.0 Coexist?
- Previous by thread: Re: Right justify text in textbox in web page
- Next by thread: Re: Renaming of controls in Asp.Net 2
- Index(es):