开发者

fetching client id in external javascript file

开发者 https://www.devze.com 2023-01-15 04:16 出处:网络
How to fetch Client ID\'s of asp.net control in external javascript file i google it but didn\'t find any relevant answer 开发者_Go百科if somebody can tell me or provide me some good linksYou can\'t.

How to fetch Client ID's of asp.net control in external javascript file i google it but didn't find any relevant answer 开发者_Go百科if somebody can tell me or provide me some good links


You can't. The external javascript file is fetched as a separate request, so the page object with the control where the information is doesn't exist any more when the script is requested.

0

精彩评论

暂无评论...
验证码 换一张
取 消