P
pApAk
Hi,
i am working at .NET Web-Application (c# codebehind) and i have placed on my
web-site a GridView, aka DataGrid (that works as Server control). This
GridView generated following code in HTML-source:
<asp:GridView ID="GridView1" runat="server">
</asp:GridView>
Is there a way to "reach" a GridView (or a GridView-Row) via Javascript? For
example to change its BackColor, something like:
GridView1.BackColor="blue";
or
GridView1.Rows[0].BackColor="blue";
but with JavaScript?
Please help...
Thanks!
i am working at .NET Web-Application (c# codebehind) and i have placed on my
web-site a GridView, aka DataGrid (that works as Server control). This
GridView generated following code in HTML-source:
<asp:GridView ID="GridView1" runat="server">
</asp:GridView>
Is there a way to "reach" a GridView (or a GridView-Row) via Javascript? For
example to change its BackColor, something like:
GridView1.BackColor="blue";
or
GridView1.Rows[0].BackColor="blue";
but with JavaScript?
Please help...
Thanks!