Help a newbie include Grid in aspx page!
I am very new to coding and need some basic help. i do have some knowledg of html, thanks to ebay ;)
Can sombody provide me code or simple example on how to include the code for ( AddDeleteRow) Grid inside an aspx page. I want to see the grid when I run the aspx page!...But it shows me a blank page.
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script language=javascript src ="Widgets/ActiveWidgets/runtime/lib/aw.js"></script>
<link href="Widgets/ActiveWidgets/runtime/styles/xp/aw.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script language=javascript>
...........
...............
............code from AddDeleteRow.htm.........................
...............
..........
</script>
<br>
<button onclick="add()">add row</button>
<button onclick="del()">delete row</button>
<button onclick="showText2()">Submit Request</button>
</body>
</html>
thanks in advance
Can sombody provide me code or simple example on how to include the code for ( AddDeleteRow) Grid inside an aspx page. I want to see the grid when I run the aspx page!...But it shows me a blank page.
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script language=javascript src ="Widgets/ActiveWidgets/runtime/lib/aw.js"></script>
<link href="Widgets/ActiveWidgets/runtime/styles/xp/aw.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script language=javascript>
...........
...............
............code from AddDeleteRow.htm.........................
...............
..........
</script>
<br>
<button onclick="add()">add row</button>
<button onclick="del()">delete row</button>
<button onclick="showText2()">Submit Request</button>
</body>
</html>
thanks in advance
Sliver
February 15,