Cristopher Coronado
If you need to reference an ASP.NET control in a client side JavaScript function, what is the best way to do so?
By Cristopher Coronado in .NET on Aug 03 2020
  • Surendra Badireddy
    Aug, 2020 6

    Fetch the control based on ClientID property of asp.net control and use it for accessing the control details or modify the same in javascript(client side) Ex: var userNameControl= $find("<% =userNametxb.ClientID %>");

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS