HomeCommunityControl GalleryForm ControlsButtonsDynamicButton

DynamicButton



Submit a Review

155 Downloads

2,248 Views


Description

The "DynamicButton" control draws the type of image buttons (as seen on Personal Websites) "on the fly" and accepts the text on the button (in letters: ButtonText="My Text"). I developed these buttons because I changed my site to a multi-language version (English, Dutch and Italian) and I did not feel like drawing all these buttons myself (with PhotoShop) for each language. The DynamicButton alse supports localization, and can be bound to other values. Additional info can be found on the website: http://www.arnoldus.com and the demo page: http://www.arnoldus.com/ButtonTest.aspx

Syntax Example

<arn:DynamicButton ID="btnDownload" runat="server" ButtonText="Download Photo" Icon="admin" meta:resourcekey="btnDownloadResource1" PostBackUrl='Download.aspx?MediaID=<%# Eval("MediaID") %>' />

Reviews

Submit a review