Click to See Complete Forum and Search --> : All controls wont display


Fuzzy Bear
June 17th, 2002, 04:46 PM
I made a aspx page but not all the controls display

Only the:

asp:TextBox ID="Password" Runat="server" TextMode="Password" Width="145">
</asp:TextBox>

asp:TextBox id="Email" Runat="server" Width="145"></asp:TextBox>"

buttons show and all the other controls dont display.

Im very new to asp.net, help!

just-in time
July 3rd, 2002, 11:38 AM
If you have installed IIS after you installed the .NET framework, take the following action:

Uninstall both the .NET framework and IIS. Now first install IIS reboot after installation and install the .NET framework.

Hope this works....