Please help with simple table element

R

Richard Fagen

Hi Everyone,

I'm trying to drag a table element and add a row. This sounds simple
enough and I followed the steps in the "Web Matrix Guided Tour"

http://asp.net/webmatrix/guidedtour/Section15/codewizardinsert.aspx

but Step 12 ..."Add an additonal row to the table (by right clicking on
the Table and selecting the Add Table Row context menu item):"

does nothing on my system. I tried this on two systems. One was a
fresh install of Windows XP Pro (IIS and DotNet installed, then Web
Matrix) and I got the same results.

Note the control I get doesn't say 'Table', it shows "###" but the code
pages show the correct element, it is the GUI that seems screwed plus I
can't add any rows.

Does anyone have any ideas?

Thanks

Richard

---- the code shows a table, but no rows ---

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

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
474,263
Messages
2,571,064
Members
48,769
Latest member
Clifft

Latest Threads

Top