HomeCommunityControl GalleryForm ControlsButtonsBrowserWindow

BrowserWindow



Submit a Review

1,023 Downloads

17,336 Views


Description

Three custom controls, a button, an image button and a hyperlink which opens a new window with given attributes when clicked.

Syntax Example

<abw:BWButton id="Bwbutton2" runat="server" Text="click me" NavigateUrl="http://altinoren.com" BorderStyle="Dashed" BorderColor="Red" Location="False" Status="False" Left="10px" Top="10px" WindowHeight="300px" WindowWidth="400px" /> <abw:BWHyperLink id="Bwhyperlink2" runat="server" NavigateUrl="http://altinoren.com" BorderStyle="Dotted" BorderColor="#FF8000" BorderWidth="1px" Location="False" Status="False" Left="50px" Top="50px" WindowHeight="400px" WindowWidth="300px" MenuBar="False" ToolBar="False">click me</abw:BWHyperLink> <abw:BWImageButton id="Bwimagebutton2" runat="server" NavigateUrl="http://altinoren.com" ImageUrl="sample.gif" Left="0px" Top="0px" WindowHeight="500px" WindowWidth="500px"> </abw:BWImageButton>

Reviews

Submit a review