I have a serverside dropdownlist and I am accessing it's id in jquery like this
$('#<%=ddldropdownlist.clientID%>')
I have a asp:LinkButton inside a gridview and I want to access it's client ID.
when I do as above in jquery it doesn't work
I think that's not the correct way since the server control is inside another server control
Could someone please help