hi i have created a web page and inherit a master.master page and a web controle page that is AdminControle.ascx page.by the code of.
<%@ Register TagPrefix="tt" TagName="ttc" Src="AdminControle.ascx" %>.when i browse on firefox it display all controls of .ascx page and Master page but when i browse this page with IE(Internet Explorer), the controls of .ascx pages are not displaying.so plzz tell me the reason of this problem and solution also.
thank you.