My Solutions in SharePoint,ASP.NET, Sql server, Visual Studio, C#, Java script, CSS and more.
Friday, May 8, 2009
Scroll bar for Repeater Control
Specify a height for Repeater Control by placing it in Panel or in div.If the records exceed the given height then Scroll bar should appear .We can achieve by using CSS given below. Example: .Panel { Height:200px; width:100%; overflow-y:scroll; }
1 comment:
You certainly deserve a round of applause for your post and more specifically, your blog in general. Very high quality material!
Post a Comment