WithEvent Components

niros

Newcomer
Joined
May 25, 2004
Messages
23
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.
 
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.
 
Back
Top