RoundedCornersExtender具有边框样式的面板控制 [英] RoundedCornersExtender for a Panel Conrol with its border style

查看:105
本文介绍了RoundedCornersExtender具有边框样式的面板控制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用RoundedCornersExtender具有 边框样式的面板控制?

how to Use the RoundedCornersExtender for a Panel Conrol with its border style??

推荐答案

尝试使用此方法

Try this

<asp:panel id="Panel1" runat="server" bordercolor="black" borderstyle="Double" xmlns:asp="#unknown">
        </asp:panel>
<ajaxToolkit:RoundedCornersExtender ID="rce" runat="server"
    TargetControlID="Panel1"
    Radius="6"
    Corners="All" />




谢谢
AShish




Thanks
AShish


此处 [
Here[^] is the documentation. Please don''t tag this as AJAX, you are not using AJAX, nor does this control even use it. It''s a Microsoft library that sometimes uses AJAX and so is named after it. Either way, I don''t see why you''d have any trouble applying this to a panel. Why is it not working ?


这篇关于RoundedCornersExtender具有边框样式的面板控制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆