Tell me the steps to add horizontal scrollbar to top of panel in div tag. I am using gridview having 25 columns , i got scroll bar at the bottom, my question is how to add horizontal scrollbar at the top of the gridview. I tried the below code, but i did not get the solution, Kindly give me the solution for this problem.
Default.aspx:
Code1:
**********
Code2:
**********
Sanjay KumarPosted Dec 3, 2013, 3:07 AM
<asp:Panel ID="Panel1" runat="server" Height="" Width="" HorizontalAlign="Center" ScrollBars="Horizontal">
<asp:GridView ID="GridView1" runat="server">
asp:GridView>
asp:Panel>
Ring ZhongPosted Dec 3, 2013, 2:59 AM
http://tech.pro/tutorial/845/using-jquery-slider-to-scroll-a-div
hope it helps
Sanjeeb LenkaPosted Dec 3, 2013, 2:52 AM
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default4.aspx.cs" Inherits="Default4" %>