Forms Data Controls :: Headers To Stay Fix While Vertical And Horizontal Scrolling?
Nov 10, 2010
Newbie to ASP.net. Programming in C#.I'm querying a SQL database and displaying the results in a gridview. The results can be many records so I need to provide the facility to scroll vertically and horizontally. To display the headers when scrolling I have implemented ( in my asp code) the headers in another table and the data is in another table. I see now I cannot align the column headers with the table data.Appreciate any help to fix this issue. ( What I need is a similar to the freeze function in excel where you can freeze the header while scrolling horizontally and vertically)If this method is not a good one to display headers with data please suggest another methodHere is my ASP code.
Did anybody do Database Driven - Horizontal and Vertical Nav without using XML?is it possible to bind menu control with query or view and pass query string to find particular horizontal nav and vertical nav?Please post working solution, i was trying for days to find a working solution. All the samples i tried is not working or it is too complex.i love to write and manage simple code.
A gridview is having 96 fields/columns retrieving data from an xml file.I need to gridlevel horizontal scrolling from 3 rd column keeping first two columns freeze .While scrolling horizontally (e.g. left to right), The column header have to move horizontally. Kindly guide me for the same. I got the scrollbars but now my issue is how to freeze first two columns of a gridview(for comparing values in one column with other column values)
<div style="overflow:scroll"></div>
[Code]....
Keeping Heading and Title column freeze and doing gridlevel horizontal scrolling for the rest.
i need to add vertical as well as horizontal scroll bar to grid view. i have read your artical about adding vertical scroll bar. how to add horizontal scroll bar ??
I am using gridview in my aspx page. In that i have placed questions and related link button with text viewAnswer.Bellow that gridview i have olaced a lable . When i click on viewanswer the answer apear on lable. but here i want that the user can view lable at first sight. for that how can i provide dynamic verticle scroll to my page target as lable..
Can we include vertical menus inside of horizontal menu?? I want to dynamically add vertical menus( the values of the items inside of that are driven from the database) to a horizontal menu to get a tab strip like look and feel.Further is there an other way to making this process dynamic so that adding some values to the database drives the menus that appear on my page?
I saw a horizontal menu bar on CNN that used scolling images. The bar had arrows on eithe end to scroll the imagessmoothly to the left or right. Additionally clicking on one of the images filled a dsiplay area below the bar with information relatinh to the image. I prefer CSS only but if I must use JScript then I will.
I haven't been able to find any code to do this and don't have the knowledge yet to write it myself. I saw one site that said I could get code similiar to what I need but then it never gave a link to download it. My boss wants it on our web page if I can make it happen.
I've one of webform (in design side) has so many textboxes incorborate from one another so , i want to draw line vertically and horizontally acoross the page to point the textboxes
How can you have a fixed header on a DataGrid or GridViw and allow the grid to scroll? I'd like to avoid a solution that uses another separate table for headers.
I am trying to make the header of a matrix scrollable. I have tried the coloumn and row group editing to check the scrollable option.
Only the rows that are grouped are scrolling on checking the scrollable option but not the coloumns.
I have a coloumn group as static coloum. When I edit it to check the srollable option, it gives an error "The properties of the currently selected item is not valid. correct all erorrs before continuing". And for the Static group in coloumns I get only the add option and not the edit option. What should be done in this case?
i got a problem trying to keep header visible when scrolling in a report the thing is that i'm doing exactly what says in this page [URL] the thing is that i can't get it to work viewing the option, i realize that the option that i have to check according to the page says "Header should remain visible while scrolling" the one i got in the visual studio 2008 is "Keep Headers Visible When Scrolling"
I've got my GridView inside another Panel and I got scrollbars but GridView is to big even with paging. So user needs to scroll down to scroll horizontal (to see horizontal scrollbar). How can I add any horizontal scrolling trick for my GridView in the Panel. Maybe something from javascript ? My js knowledges is still being poor. I really hard thinking on what that could be, maybe floating horizontal scrollbar?
I have never work with a repeater and after a lot of research I got to the conclusion that this is the control I need to use for what I have to do. I need display data but I will need 2 headers and after some sort of amount of records the headers will repeat again. In this page you will find an example of what I'm trying to do http://ratings.fide.com/view_source.phtml?code=45276 I don't know if a repeater is the right control but i thin it is.
Apparently, the TabContainer's default tab alignment is vertical now in ASP.NET Ajax Library Beta (0911) (build of AjaxToolkit.dll 31106) instead of horizontal (build 30903).
So how do I change tab-alignment from vertical to horizontal?
I am developing an ASP.Net website which has a listbox which will be accessed by IPAD.The problem I am facing is that listbox has rather long text and IPAD does not show horizontal scrollbar when I use div tags. The two-finger horizontal scrolling doesn't work either on IPAD /Iphone.