Asp Control ASP.Net

<%@ Page Language=VB Debug=true %>

Sub AdCreated_Event(ByVal Sender as Object, _
    ByVal E as AdCreatedEventArgs)
    lblMessage.Text = "Here is information on the ad " _
        & "currently being displayed:
" _
        & "
Alternate Text: " & E.AlternateText _
        & "
Image URL: " & E.ImageURL _
        & "
Navigate URL: " & E.NavigateURL
End Sub



Writing Code that Fires when an Ad is created using an AdRotator Control



    id="ad1"  
    onadcreated="AdCreated_Event"
    advertisementfile="AdRotatorCustom.xml" 
    target="_blank"
    bordercolor="blue" 
    borderwidth=3 
    runat="server"
/>



    id="lblMessage" 
    runat="server"
/>



<%--

   
      http://www.rntsoft.com/style/logo.png
      http://www.rntsoft.com
      Cick me now!
      71
      BLR
   

   
      http://www.rntsoft.com/style/download.png
      http://www.microsoft.com
      Go to Microsoft Site
      70
      TVB
   


--%>