no more table dialog

  • Thread starter Thread starter David McDivitt
  • Start date Start date
D

David McDivitt

I downloaded all the express editions and am doing the walk throughs with
visual web developer. In an earlier walk through, when I dragged a table
from the standard section of the toolbox, it would prompt me for rows and
columns. Now, when I drag and drop a table, it just places a little square
on the form, and all the source has is open and close table tags. Previously
it did not appear to use <asp:table>, but just <table>. How did I lose this
functionality? How can I restore it? I'm a VB6 expert and a Java expert. I
want to do each detail in each of the walk throughs as much as possible.
Thanks
 
Try this: Switch to 'Design' mode of the page and select menu Layout | Insert
Table...

Hope this is what you are looking for.
 
Thanks Siva, but to better learn the IDE, I want to know what changed, and
when I drag a table from the toolbox, why the table dialog does not appear
letting me choose the number of rows and columns. I want to know what option
or configuration changed in the IDE.
 
Back
Top