javascript - How to get control id if control is rendered inside of master page with jQuery? -
i went through posts here not find i'm looking for.
my control rendered following way:
ctl00_ctl00_contentplaceholder2_contentplaceholder2_txtaccountnum0
how can reference using jquery?
the following not work:
$('#<%=txtaccountnum0.clientid%>')
well, need #
before id. time.
Comments
Post a Comment