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.
Hi Aashish682,
Can you please explain your requirement in more details exactly ehat you are trying to acheive?
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.