Maximising a textbox height

Maximising a textbox height

am 15.10.2007 04:30:22 von ben_cameron00

I've got the following simple aspx page. When the page is loaded the
browser isn't set to full size (set in the linking buttons query
string). When I maximise the window the textbox (tbxComment) expands
to 100% of the pages width. However I'm having problems getting it to
expand to 100% of the page height (I still want the buttons to be
displayed below the textbox however). Whats the best way to do this?








Mode="MultiLine" Height="300px">









Text="Done" OnClick="btnDone_Click" Width="80px" />

Text="Cancel" Width="80px" OnClick="btnCancel_Click" />




Re: Maximising a textbox height

am 15.10.2007 16:17:36 von Adrienne Boswell

Gazing into my crystal ball I observed Sems
writing in news:1192415422.918229.309940@i13g2000prf.googlegroups.com:

> I've got the following simple aspx page. When the page is loaded the
> browser isn't set to full size (set in the linking buttons query
> string). When I maximise the window the textbox (tbxComment) expands
> to 100% of the pages width. However I'm having problems getting it to
> expand to 100% of the page height (I still want the buttons to be
> displayed below the textbox however). Whats the best way to do this?
>
>
>



What does the source say (rendered by the browser, no server side)? Have a
URL?


--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share