var row = $(this).closest('tr'); var ID = row.find("td:first").text(); $("#<%=TextBox12.ClientID%>").val(ID);
I have used this for displaying the gridview value in the textbox but this is not working for the dropdownlist.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.