Property | Type | Description | |
---|---|---|---|
lstBanners | global::System.Web.UI.WebControls.DataList |
Method | Description | |
---|---|---|
FormatItem ( int VendorId, int BannerId, int BannerTypeId, string BannerName, string ImageFile, string Description, string URL, int Width, int Height ) : string |
Method | Description | |
---|---|---|
OnLoad ( |
The Page_Load event handler on this User Control is used to obtain a DataReader of banner information from the Banners table, and then databind the results to a templated DataList server control. It uses the DotNetNuke.BannerDB() data component to encapsulate all data functionality.
|
public FormatItem ( int VendorId, int BannerId, int BannerTypeId, string BannerName, string ImageFile, string Description, string URL, int Width, int Height ) : string | ||
VendorId | int | |
BannerId | int | |
BannerTypeId | int | |
BannerName | string | |
ImageFile | string | |
Description | string | |
URL | string | |
Width | int | |
Height | int | |
return | string |