<skm:roundedcorners id="RoundedCorners2" runat="server"
BackColor="white" BorderColor="Black" BorderStyle="Solid" BorderWidth="2px" Font-Names="Verdana"
ImageDirectory="/Images/" Font-Size="11px" Width="150px" Padding="1px" TextHorizontalAlign="Left"
ShowTitle="True" Title="Hello, World!" TitleStyle-BackColor="Salmon" TitleStyle-Font-Bold="True" CornerHeight="18px"
TitleStyle-Font-Size="13px" TitleStyle-HoritzontalAlign="Right">
<asp:Label runat="server">Here's an example with some other Web controls present:</asp:Label><br />
<asp:DropDownList runat="server">
<asp:ListItem>ASP.NET</asp:ListItem>
<asp:ListItem>is</asp:ListItem>
<asp:ListItem>neat!</asp:ListItem>
</asp:DropDownList>
<br />
<asp:TextBox runat="server" />
</skm:roundedcorners>
|
|