Hello,
I'm working on a small web app in C#, I have made the database and created a gridview to display and edit the data.
I just want to know how can I turn a textbox field (in the update view) to textarea so I can see the whole text before updating.
Thanks.