Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...