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