Re: Right justify text in textbox in web page



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
>>
>>
>
>


.