<asp:table problem with visual web developer

  • Thread starter Thread starter kal
  • Start date Start date
K

kal

Hi.

I was using html <table> to sort my layout in a master page and have changed
it to a <asp:table>
but the problem i am having is that this seems to disable the design view of
VWD.

any ideas why this is and how to get around it?

Thanks

Kal
 
Hi.

I was using html <table> to sort my layout in a master page and have changed
it to a <asp:table>
but the problem i am having is that this seems to disable the design view of
VWD.

any ideas why this is and how to get around it?

Thanks

Kal

Hi...Kal... why you are using asp:table ?
what's wrong with using only table...
one reason can be access from code behind file.. right...
In that case you can just put runat="server" attribute to your html
table...
seems okay to me...

Thanks
Masudur
http://munnacs.110mb.com
 

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

Back
Top