Forum Moderators: open
If I add any of the new web form controls they are not being 'read' by my computer.
Eg - I created a form - test.aspx and added a button from the webforms toolbox.
When I browse this aspx form the button is not visible.
If I view source, the source is still listing the button
as <asp:Button id="Button1" >
I believe this is wrong - the asp:Button command should be converted but is not.
Any ideas why this is happening?
(I am running on a networked PC under XP)
All tags should have runat=server
check this url, this is great place to start learnig asp.net
[asp.net...]