Hi:
I have several applications I have been working on with the new format in VS2013 and everything was going well until in one application, I had to make a textbox conform to the width of the page (depending on what size it was resized to in the browser).
When I view the source of the rendered page it is set to rows="2" and cols="20" no matter what I tried. What is going on with Visual Studio 2013? I am way behind schedule now because of this and there does not seem to be any obvious logic to this. I have
even opened completely new test projects to make sure that it was not something I broke during the development process and,
NO, I still cannot programmatically control the textbox in an ASP.NET application to make the textbox any bigger than rows="2" cols="20"
Is anyone else having this issue? I am sure there are because I cannot be the only one needing a textbox in my ASP.NET web application.... ...
Go to the complete details ...