Imar,
I'm getting a error on the AboutUs.aspx.
vb page with a squiggly line under the "Banner1.NavigateUrl" portion. When I mouse over it, it says " 'NavigateUrl is not a member of ' ASP.controls_banner_ascx'.
Below is my code. I tried to verify against the source you provide in your download but can't see the problem. Can you?
Thanks.
Code:
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Not Page.IsPostBack Then
Banner1.NavigateUrl = "http://imar.spaanjaars.com"
End If
End Sub