I have a SQLExpress database with a number of nText fields. The data form builds without error and functions fine. However, I cannot resize the text boxes. Any ideas?
TIA,
Chris
<!--Put this inside the HEAD tag of the page--> <style type="text/css"> .largetext textarea { width: 300px; height: 300px; } </style>
Thanks for that advice. The CSS style lets me set the dimensions in code. I was hoping to be able to do that on the design surface using the resizing handles on the control (like you can with a Textbox). Maybe in the next release?
Cheers,
Thanks for letting me know about the textbox solution.
If I convert all of my large text fields to textboxes, what are the advantages in using SmartDBControl over a templated formview or detailsview control?
Cheers