I am trying to access a asp.net control in JS but in vain. suppose: In aspx and html code i have: <asp:MultiView ID="MultiView1" runat="server" ActiveViewIndex="1"> and in JS var mv1 = document.getElementById( Go to the complete details ...