cant see server controls!?!
hello,
how come the browser doesnt show the server controls i have in my webform, i can see the code for the control while viewing the source , but it doesnt show it. why is that?! ( do i have to install something extra?, i have the framework installed )
P.S it shows html controls
Server button not visible
I have just installed ASP.net and as such am quite a newbie at it.
On a new asp.net project I dropped a label control and a button control and ran it by pressing F5.
First of all it gave me a cannot debug or something message so I had to start without debugging by pressing Ctrl+F5.
Secondly after running, the page just showed me the label. The button was not visible at all. I tried doing the same on another fresh installation of ASP.net and encountered the same problem..
so my questions are
1. How do I enable debugging on the server
2. Where has the server button gone and how do I get it to show itself
Thnks for any help.