Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. AJAX Ronded Corners Extender

AJAX Ronded Corners Extender

Scheduled Pinned Locked Moved ASP.NET
sysadminarchitecturetutorial
3 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    benams
    wrote on last edited by
    #1

    Hi, I want to know if it's possible to get rounded corners border, for example: <asp:Panel runat="server" ID="pnl" BorderStyle="solid" BorderColor="black" BorderWidth="2px">       some text...<br/><br/> </asp:Panel> <ajaxToolkit:RoundedCornersExtender ID="rce" runat="server"       TargetControlID="pnl"       Radius="6"       Corners="All" /> I tryed it, but I dont get rounded corners

    V 1 Reply Last reply
    0
    • B benams

      Hi, I want to know if it's possible to get rounded corners border, for example: <asp:Panel runat="server" ID="pnl" BorderStyle="solid" BorderColor="black" BorderWidth="2px">       some text...<br/><br/> </asp:Panel> <ajaxToolkit:RoundedCornersExtender ID="rce" runat="server"       TargetControlID="pnl"       Radius="6"       Corners="All" /> I tryed it, but I dont get rounded corners

      V Offline
      V Offline
      vid nandha
      wrote on last edited by
      #2

      Try this code, you will have the idea abt this control... <asp:Panel ID="pn1" runat="server" BorderWidth="2" BorderColor="Red" BorderStyle="Solid"> Some Text here</asp:Panel> <ajaxToolkit:RoundedCornersExtender ID="roundecorner" runat="server" TargetControlID="pn1" Radius="20" Corners="All" Color="Green"> </ajaxToolkit:RoundedCornersExtender> Hope this will help u.... :)

      B 1 Reply Last reply
      0
      • V vid nandha

        Try this code, you will have the idea abt this control... <asp:Panel ID="pn1" runat="server" BorderWidth="2" BorderColor="Red" BorderStyle="Solid"> Some Text here</asp:Panel> <ajaxToolkit:RoundedCornersExtender ID="roundecorner" runat="server" TargetControlID="pn1" Radius="20" Corners="All" Color="Green"> </ajaxToolkit:RoundedCornersExtender> Hope this will help u.... :)

        B Offline
        B Offline
        benams
        wrote on last edited by
        #3

        not what I'm looking for... I'll be more specific... The background of the panel has to be a picture(with repeat-x) and the picture's top is white, so I have to define a border in order to make it looking good... here is a picture of the wanted result: http://img269.imageshack.us/img269/8530/eampn.png[^]

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups