Click to See Complete Forum and Search --> : Help - my first ASP.NET code


stabsols
April 21st, 2003, 05:40 PM
Hi

I was creating my first ASP.NET program today and found that, although the code did not give any errors, the browser would not display controls on my Web Form. The browser does display simple text labels in my ASP.NET code but controls such as buttons simply do not appear.

I have looked through some of my IIS settings but cannot seem to get controls to display.

I am using Visual Studio.NET with XP, IIS 5.x and IE 6.x - currently all on the same computer (local)

I would be most appreciative if someone could give me some suggestions.

Best Regards

aftermoon
April 22nd, 2003, 12:58 AM
Check the html code and make sure that your web controls are placed in between the <form> </form>tags.

aftermoon
April 22nd, 2003, 01:00 AM
between the form tags