Access Repeater values using JavaScript
i searched a lot on NET, to get the solution, but i could not find Can anyone tell me how to access the label and textbox values of repeater control inside using the javascript ? This is my code <asp:Repeater ID="Repeater1" runat="server" DataSourceID="SqlDataSource1"> <ItemTemplate> <table id="t1" width="200px:" style="background-color: skyblue" runat="server"> <tr> <td> <asp:TextBox ID="TextBox3" Text='<%#DataBinder.Eval(Container.DataItem, "empid")%>' runat="server" /> <asp:CheckBox ID="CheckBox1" runat="server" /> <asp:Label ID="Label1" runat="server" Text='<%#DataBinder.Eval(Container