or

.....
Private Function CreateRadDock(ByVal ItemType As Integer, ByVal itemid As Integer, ByVal DashItemId As Integer, ByVal row As Integer, ByVal title As String) As Telerik.Web.UI.RadDock Dim Placeholder As New PlaceHolder Dim dock As New RadDock() dock.DockMode = DockMode.Docked dock.ID = DashItemId.ToString dock.Title = title dock.Width = Unit.Percentage(100) dock.Height = Unit.Pixel(335) dock.AutoPostBack = True Dim titleBarTemplate = New DockTitleTemplate
..... etcClass DockTitleTemplate Implements ITemplate Public Sub InstantiateIn(ByVal container As Control) Implements ITemplate.InstantiateIn Dim link1 As New HyperLink() link1.ID = "link1" link1.Text = "my linke text" link1.NavigateUrl = "#" container.Controls.Add(link1) End SubEnd Class

"Looking at our Proxy Server, the monitor shows Windows Authentication being used to make the connection at the start, but then it changes to Anonymous and The ISA Server goes, denied (can't have unknowns accessing the Internet).