I couldn't see controls on form ASP.Net project.

  • Thread starter Thread starter Alex SFT
  • Start date Start date
A

Alex SFT

I know this is silly question, but.. when I started a new
project and putted simple controls (text, label, button)
on form (WebForm1.aspx) and after that when I'm
doing "View in Browser" they're disappearing from form..!
Please help!!! I do not know very well VB .Net
environment and may be some setting isn't correct??!!!
This is problem just for WebForm1.aspx, for .asp every
thing is perfect!
Thanks!
 
This problem usually happens when you install .net before installing iis.
Try going to your windows directory \Microsoft.NET\Framework\(framework
version) and run aspnet_regiis.exe -i. This should register the asp.net
bits with iis, allowing you to see your controls.

Josh Moody
VSU Team

--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top