I have in my ASPX (ASP 3.5) file the following:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="dbmanager.aspx.cs" Inherits="dbviewer" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxtk" %>
<%@ Register Assembly="FreeTextBox" Namespace="FreeTextBoxControls" TagPrefix="ftb" %>
As soon as I add the Register for the FreeTextBox to the ASPX file all my Popup dialog boxes created via Ajax modalpopupextender looses their background color - hmmmm
Well it fisr happens under deployment (godaddy) and testing with IE8 -Firefox - Safari
Anybody have any suggestions to fix this?
Bjarne