Web Matrix problem, can't add table rows

R

Richard Fagen

Hi Everyone,

I can't seem to be able to add rows to a table. In the tutorial, the
example asks to drag a table element

"ASP.NET Pages with Data (Microsoft Access) - Creating Data Methods"

Step #11 From the HTML Elements tab on the Toolbox, drag a Table
element onto the page, then hit the Enter key to insert an empty space..

Step #12 Add an additional row to the table (by right clicking on the
Table and selecting the Add Table Row context menu item):

I can drag the table element, but it doesn't look like the example, ie
mine only has one row. When I right click, I see the context menu with
the option for "Add Table Row" but it does nothing.

The HTML tab shows:
<html>
<head>
</head>
<body>
<form runat="server">
<asp:Table id="Table1" runat="server"></asp:Table>
<!-- Insert content here -->
</form>
</body>
</html>

Any idea why I can't add rows?

Richard
 

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

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top