![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveAccess rows of a created table
From: <scott.loomis@gmail.com>
Date: Mon Mar 20 2006 - 20:53:58 CET
I have a javascript function that catches a click event of a row in a
function onRowClick(row)
}
My table is actually a .Net Datagrid named dgrList, here is the grid
<asp:datagrid id="dgrList" runat="server" Width="448px"
Now when I try to run something like
I get the message that dgrList is null or not an object, and when I
My question, is there a way to reference the created table via
|