niros Posted June 24, 2004 Posted June 24, 2004 Hi, when I am adding via the HTML code a <asp:label id="123" runat="server"></asp:label> for example or any other runat="server" components, it wont add it automatically to my code .vb page. it used to do that. now I am to manualy adding every item as: protected withevent 123 as system.web.... any one know how to make it work automatically? thanks. Quote
evaleah Posted June 29, 2004 Posted June 29, 2004 I have noticed this occurs if you do not switch to Design View when you click save. Clicking save from HTML view does not automatically add the code for some reason. I usually end up clicking save twice. Once while in HTML view and then again from Design view to make sure it gets put into the code page. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.