articles

Home / DeveloperSection / Articles / ASP.Net AJAX Server Control: RoundedCornersExtender

ASP.Net AJAX Server Control: RoundedCornersExtender

Uttam Misra 8923 02-Oct-2010

This control provide a rounded shape in element which is used in your project.

How we implement the Update Progress server control 

Example:

Step1: we use the following control on aspx page 

 <div>
<%--Using ScriptManager or ToolkitScriptManager according toolkit version--%>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<%-- add the RoundedCornersExtender, panel and login control--%>
<cc1:RoundedCornersExtender ID="RoundedCornersExtender1" runat="server" TargetControlID="Panel1">
</cc1:RoundedCornersExtender>
<asp:Panel ID="Panel1" runat="server" Width="250px" HorizontalAlign="Center" BackColor="Orange">
<asp:Login ID="Login1" runat="server">
</asp:Login>
</asp:Panel>
</div>

 Step2: Run the project

Output: 

ASP.Net AJAX Server Control: RoundedCornersExtender


Updated 04-Mar-2020
More than 18 years of working experience in IT sector. We are here to serve you best.

Leave Comment

Comments

Liked By