Click to See Complete Forum and Search --> : cant' see controls from Web Form on browser


stabsols
April 21st, 2003, 06:08 PM
I have created a very simple ASP.NET program. The program should simply display a button on the browser and when it is preseed it should send some text to the browser.

Trouble is that the code builds OK but when I view via the browser I cannot see the button. Further experimentation shows that various controls will not display. Text labels work OK.

Can you explain this ?

Any suggestions VERY much appreciated

Steve

hellomadhu
April 22nd, 2003, 03:05 AM
http://www.codeguru.com/forum/showthread.php?s=&threadid=237081

stabsols
April 22nd, 2003, 04:26 AM
Thank you. I have not tried it yet but am sure the -i will work. Thanks - this has been bugging me all week!!

Steve

stabsols
April 22nd, 2003, 05:28 PM
Thanks once again. "The aspnet_regiis -i" command line did just the job. I can now move forward once again.

Best Regards