I need to have a textbox or textarea that I can resize to expand the viewable area, if desired. Currenltly my html is layed out in a table:
<table>
<tr>
<td>
<Grid>
</td>
<td>
<TextArea>
</td>
</tr>
</table>
There should be a line between this grid and the textarea, so if I expand one, the other one shrinks and vice-versa. I experimented with some jQuery, but I would think there would be a simple asp.net control that could accomplish this. Anyone know what I could use for this seemingly simple task?
Thanks
I did it using the Telerik.RadSplitter