I am trying to populate the textbox inside a usercontrol with value from the aspx which embedds this usercontrol, but it’s giving error
‘) expected’ !!
$("#<%=ucCode:txtCodename.ClientID %>").val(myCode[8]);
what is the correct way of populating a usercontrol with value in jquery.
ok.
This is what worked for me so posting it in case it helps anyone else
cheers