sir, I Need to put multiline textbox edit in gridview. I am using this:
CSS: GridViewEditRow input[type=text] {width:400px; height:200px}
ASPX:
This is making my edit textbox bigger but not multiline. Please Help. I am not using template feild and using default grid edit/update/delete option.
Please help me how to get multiline textbox edit my modifying the existing code.