pickzy.com

C  |  C++  |  Objective-C  |  VC++  |  Win32  |  MFC  |  Java  |  Php  |  Delphi  |  Visual Basic  |  .Net  |  Networking  |  General  |  Games  |  Jobs  |  Javascript  |  




Menu

pickSourcecode.com


        

 




 

.Net > Programs

 

ASP.NET Web Controls ( AdRotator )

<script  runat="server">
   Sub change_url(sender As Object, e As AdCreatedEventArgs)
     e.NavigateUrl="http:
//www.w3schools.com"
   End Sub

</script>


<html>

<body>


<
form runat="server">
<asp:AdRotator AdvertisementFile="Ad1.xml"

runat="server" OnAdCreated="change_url"

target="_blank" />

</
form>

<p><a href="ad1.xml" target="_blank">View XML file</a></p>


</body>

</html>


 
Privacy Policy | About Us