Hi Raghu,
You can do that by adding a style to the panel control:
Private Sub Page_Load _
(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles MyBase.Load
Panel1.Attributes.Add("style", "overflow: scroll")
End Sub
<asp

anel id="Panel1" runat="server" Width="250px"
Height="250px">Panel</asp

anel>
Ken
Microsoft MVP [ASP.NET]
"Raghu Raman" <> wrote in message
news:ORi$...
>
>
> Dear friends,
>
> Is it possiable to make the scroll bars in the panel control.
>
>
> With THANKS
> Raghu
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!