Posted on: 5/24/2015 10:08:19 AM | Views : 615

Hi guys,
I am facing problem for using AlwaysVisibleControl .It was working fine if there is no jquery script register in the page but when I register the jquery it is not working see the code below.
Kindly Help me how to solve this issue. My Jquery script register in master page and this control using one of my page inside the application I cannot remove the jquery script from master page because it is required for some other business.
Working Code:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %> <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1 ...

Go to the complete details ...