tags:

views:

38

answers:

2

I need to place a panel in the screen with border color blue, border type solid and the panel should have a rounded corner in all four edges of the panel.

A: 

asp Panels can not be rounded throw the property window, you can try on of the following:

  1. Use a div with a background image (images may slow the page loading) 2- use css and nested divs with small round corners images
Hadad
give example for the above answer please
indu
A: 

http://www.4guysfromrolla.com/articles/081104-1.aspx

This will help you..