I've just subscribed to Brinkster free .Net package to evaluate it. Running any of my pages don't work on their platform -even the most simplest (below)<BR><BR>http://www14.brinkster.com/sudza/label.aspx<BR><BR><%@ Page Language="VB" Debug="True" %><BR><%@ Import Namespace="system.drawing"%><BR><html><BR><head><BR> <title>Label Web Server Control</title><BR> <script language="VB" runat="server"><BR> Sub Page_Load(sender As Object, e As EventArgs) <BR> Dim bdw as unit<BR> Label1.tooltip="Label Web Server Control - Test"<BR> Label1.BorderWidth=bdw.pixel(1)<BR> Label1.text = "Label Web Server Control - Test"<BR> Label1.bordercolor = Color.Black<BR> Label1.backcolor = Color.Red<BR> Label1.forecolor = Color.White<BR> End Sub<BR> </script><BR></head><BR><BR><body style="font: 10pt verdana"><BR><h3 align=center>ASP.NET Label Server Control</h3><BR><BR><form ID="Form1" runat=server><BR> <asp:label id="label1" runat="server" /><BR></form><BR><BR></body><BR></html>The code is fine....Perhpas you should try contacting Brinkster support.