AdRotator.OnPreRender Method (EventArgs)
.NET Framework (current version)
Gets the advertisement information for rendering by looking up the file data or calling the user event.
Assembly: System.Web (in System.Web.dll)
The following code example demonstrates how to override the OnPreRender method so that it always displays a border in a custom AdRotator control.
<%@ Register TagPrefix="aspSample" Namespace="Samples.AspNet.CS.Controls" Assembly="Samples.AspNet.CS" %> <%@ Page language="c#" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>CustomAdRotator - OnPreRender - C# Example</title> </head> <body> <form id="Form1" method="post" runat="server"> <h3>Custom AdRotator - OnPreRender - C# Example</h3> <aspSample:CustomAdRotatorOnPreRender id="CustomAdRotator1" runat="server" Target="_blank" AdvertisementFile="~/App_Data/Ads.xml" /> </form> </body> </html>
.NET Framework
Available since 1.1
Available since 1.1
Show: