I was wondering if anyone was familiar with this problem.
I'm trying to make a website with Visual Studio 2005 Express Web Developer with C sharp for the programming language. Every time I load the site I'm making on the internet, everything shows except the textboxes for some reason. Does anyone know what the problem is?
Loading
Aaron MarshallPosted Jul 25, 2008, 10:47 PM
Niradhip ChakrabortyPosted Jul 25, 2008, 1:32 AM
Hi Aaron welcome to c-sharpcorner.
If the visibility is false for the textbox then it will not appear in browser. Please check the visibility property.
I have faced same sorts of problem with dropdownlist. It was invisible in IE6, then I installed IE7 and it works.
Anyways please send the code, so that we can check it and let you know the solution.