How to fetch Client ID’s of asp.net control in external javascript file i google it but didn’t find any relevant answer if somebody can tell me or provide me some good links
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.