<br /> <pre lang="xml"><ItemTemplate><br /> <asp:Label ID="lblname" runat="server" Text='<%# Bind("name") %>'></asp:Label><br /> </ItemTemplate></pre><br /> <br />
function fcheck(index) { var index = index; $("#gridstudent_lblname_" + index).text("changedata"); }
function fcheck(index) { var index = index; $(this).find("#gridstudent_lblname_"+index).val("changedata"); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)