Forum Moderators: open

Message Too Old, No Replies

cant get web forms top work properly

         

DHQube

10:37 am on Feb 14, 2003 (gmt 0)



I am a new user and have just spent 3 days on a asp.net course. All worked fine there but I am now trying the same on my own PC and hit a wierd problem.

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)

tomasz

1:25 pm on Feb 14, 2003 (gmt 0)

10+ Year Member



DHQube welcome to the forum,

All tags should have runat=server
check this url, this is great place to start learnig asp.net
[asp.net...]