<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
 
Back
Top