web controls will not display

  • Thread starter Thread starter dave renner
  • Start date Start date
D

dave renner

i cannot get any of my text box, listbox web controls to
display in a very simple web page. the only thing that will
display are labels. what is the problem??

thanks,

dave ...
 
Go to following path in command promt and run the file

"C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis -i"

this is becuase usually that you install your IIS server after the .NET
installations. So, you have to register IIS with .NET using the above
command.

Regards
Ather Ali Shaikh
 
Back
Top