Web Develper 2005 Express Edition changes HTML

  • Thread starter George Ter-Saakov
  • Start date
G

George Ter-Saakov

I am using Express Edition and working on new project with AJAX

for whatever reasong when i am switch in design mode my page that uses
TabContainer it modifies HTML

<cc1:TabPanel ID="tb1" HeaderText="Name" runat="server">

<ContentTemplate>

<table border=0 cellpadding=0 cellspacing=0>

........

Becomes

<cc1:TabPanel ID="tb1" HeaderText="Settings" runat="server">

<system.web.ui.control runat="server">

<table __designer:dtid="1970333426909222" border=0 cellpadding=0
cellspacing=0>



Notice that <ContentTable> got replaced and __designed:dtid was added.

How can i avoid that??



Thanks

George.
 
C

Cowboy \(Gregory A. Beamer\)

I would have to see the full portion of the page. Most likely, you are
missing a closing tag (or more than one) and it is compensating.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top