WSProduct

【功能說明】


WSProduct是用來顯示產品目錄,配合WSDataList來呈現內容。






【元件屬性】


DataSourceID(資料來源)(string)


選取所關聯的WSDataSource資料來源。


ISNewField (string)


選取關聯到資料庫中SYS_ProductsISNew的欄位,當ISNew=Y時,允許顯示通過isNewImageFile設定的圖片。


isNewImageFile (string)


當資料庫中SYS_ProductsISNew欄位為Y時,所對應的圖片。


IDField (string)


選取關聯到資料庫中SYS_ProductsID欄位。


TextField (string)


選取關聯到資料庫中SYS_ProductsText欄位。


HyperLinkField (string)


選取關聯到資料庫中SYS_ProductsHyperLink欄位。


ImageUrlField (string)


選取關聯到資料庫中SYS_ProductsImageUrl欄位。


PriceField (string)


選取關聯到資料庫中SYS_ProductsPrice欄位。


SpecField (string)


選取關聯到資料庫中SYS_ProductsSpec欄位。


RemarkField (string)


選取關聯到資料庫中SYS_ProductsRemark欄位。


ImageField (string)


選取關聯到資料庫中SYS_ProductsImage欄位。


CounterField (int)


選取關聯到資料庫中SYS_ProductsCounter欄位。(用於記錄HyperLink被點擊的次數)


MasterPageOpenNew (bool)


如果頁面有用MasterPage製作,那麼如果這項選為true的話,新打開的連結也會用到同樣的MasterPagefalse的話,則打開普通的一個頁面。


Target (string)


打開新頁面的方式,有四種方式:_blank(新頁打開)、_self(在本頁打開)、_parent(子頁面打開)、_search(帶search的頁面)。


:預設為_self—在本頁打開。


使用


要呈現資料內容,本元件需要配合WSDataList一起使用


WSDataList配合WSProduct的使用方法


使用步驟



  • 1.?????? 在頁面上先貼一個WSDataSource元件,設定它的TableName

  • 2.?????? 在頁面上貼一個WSProduct元件,設定它的各項屬性

  • 3.?????? 在頁面上貼一個WSDataList元件,先設定DataListLinkType,然後設定DataListLinkObject接著設定DataSourceID以及其他的一些屬性

  • 4.?????? 刷新架構


最後在WsDataList上右鍵asave