Tagged Questions
2
votes
1answer
14 views
A panel scrollbars doesn't work with a label content
I am trying to put a Label control within a panel control. the panel control is supposed to enable the user scroll down when the label content grows bigger than the panel capacity.
<%@ Page ...
1
vote
2answers
51 views
how can i change the style of scroll bar
I have a css code likes
.scrollPanel
{
height: 100px;
width: auto;
position: absolute;
overflow: scroll;
}
You can see my example Here !
What I want to ...
0
votes
0answers
403 views
how to make a fix header in gridview scroll bar in asp.net
I have a trouble in highlighting MENUITEM when clicked using Master page in asp.net. I am using master page in my asp.net project and i have menu1(as main menu),menu2(as home menu).Under main,i have 3 ...
0
votes
1answer
326 views
How to put an Vertical scrollbar within asp:Repeater ItemTemplate?
I have inherited an .ascx control that consists of an asp:repeater construct containing a HeaderTemplate, an ItemTemplate and an empty FooterTemplate.
Both the header and the item templates are ...
0
votes
2answers
419 views
The horizontal scrollbar on my asp.net panel won't scroll
I have a repeater wrapped inside a panel (using MVC Asp.net). The scroll bar appears, but my table seems to be wrapping to accomodate the horizontal size of the panel rather than overflowing past the ...
0
votes
2answers
129 views
Prevent scroll bar appearing
I am developing a website in asp.net; and on this page is the collapsable panel control installed from ajax. My question is, when i open the panel (in which there is a few labels) the scroll bar ...
0
votes
1answer
73 views
How to attach a scrollbar to the right of a datagrid inside a div?
I am creating a scrollable div containing a Datagrid like so:-
<div id="myDiv"
style="overflow: auto; height: 300px; "
onscroll="myFunction();">
<asp:DataGrid id="gradesGrid"
...
0
votes
2answers
545 views
How I get a Scrollbar for My ListView control in ASP.NET
I have built a ASP.NET Application and use two divs and a ListView. My ListView get Data from a Database and if I have to much Rows a I get a overflow but I want then a Scrollbar for this ListView.
...
0
votes
1answer
4k views
Grid View Vertical Scroll Bar with Fix Header
How to show fixed header in grid view with vertical scroll bar?
That is when i scroll down header should visible.
1
vote
1answer
108 views
Making a website in ASP.NET, and can't get the browser scrollbar to work
I'm new to web development, so maybe this is an easy issue to resolve, but currently I'm stumped.
I'm making this website - http://www.astranavis.com, and can't get the browser scrollbar to work. (I ...
1
vote
2answers
836 views
ASPxGridView width of vertical scroll bar
I am wondering how to get the width of a vertical scroll bar on an ASPxGridView.
Here are some more details:
I am trying to size a panel to be the same width as the ASPxGridView. The grid does not ...
0
votes
1answer
173 views
maintain scrollposition in Coolgridview
I have an asp 3.5 site that communicates with an Oacle DB. I put a CoolGridView on it that binds some object and when users click a CheckBox I fill in a textbox on that row with some data.
However, ...
1
vote
3answers
316 views
how to maintain scroll for only table which is inside div tag
I have to maintain scroll for only my table which is inside div tag.
in table have 500 entries so its bad habit to give scroll to page.
so i m maintainig vertical scroll to only div and no ...
0
votes
0answers
171 views
simultaneous Scroll bar in Asp.net (two scrollbars which move simultaneously)
Can anybody tell me how to move a Scroll bar when one scroll bar is moved in asp.net? (or using jquery ). i.e. two scroll bars should work simultaneously in a div or panel etc. When we scroll one, ...
2
votes
1answer
427 views
syncing two scrollbars in javascript
How can I sync two vertical scrollbars in Javascript?
I have two divs of the same height, and I want to be able to scroll both of them with a single scrollbar.
Here is what I have attempted so far.
...
0
votes
1answer
488 views
asp.net scrollbars on emtpy textbox
I have a textbox as follows:
<asp:TextBox ID="TextBox1" runat="server" Width="100px" Rows="3" ReadOnly="true"
BorderStyle="None" BorderWidth="0" TextMode="MultiLine" Text='<%# ...
0
votes
0answers
183 views
LinkButtons not working after Maintaining Scrollbar positions after Async Postback
I was facing a problem of scroll bar position reset after performing Async Postback. I refered this link for that ...
2
votes
2answers
3k views
How to set the down to the vertical scroll bar in div tag using asp.net timer control when page is refreshing
I am developing a chat application using asp.net, in that application using div tag with in div tag add the asp.net Literal message box and one timer control , now my problem is when the page will ...
0
votes
1answer
451 views
Clear scrollsaver.min.js information
I had a problem with dynamically created labels (with scrollbars) not keeping the scroll position when the page was refreshed. I was proposed a solution that works well, the scrollsaver.min.js script.
...
1
vote
1answer
317 views
Keeping the scrollbar position of a label
I have a little problem with my dynamically created controls. I have a asp.net page using c# code behind. I generated rows for a table (inside an update panel). In one of those rows, I have a label ...
0
votes
2answers
401 views
ASP.NET automatically setting horizontal scrollbar centered
I'm using VS2010,C# to develop an ASP.NET web app, my page contains a wide image, so that users will usually see a horizontal scrollbar, but I want this scroll bar to be automatically placed centered ...
0
votes
2answers
246 views
Scroll bar is not working while click on scroll area in IE
I am creating a scrollbar to move grid horizontally. When I'm using firefox as the default browser it's working fine. If I use Internet Explorer, the scroll area is not working/disabled. I need to ...
0
votes
1answer
402 views
How to make scroll bars work in HtmlGenericControl(“Div”)
HtmlGenericControl SpecsDiv = new HtmlGenericControl("Div");
SpecsDiv.InnerHtml = "<b>Specifications are not defined.</b>";
SpecsDiv.Style.Add("left", "0");
...
0
votes
1answer
549 views
How to take off automatic scrollbar in GridView?
in my web application there is a GridView control with 5 rows and paging which in some cases generates a vertical scroll bar automatically, how can i take it off? the scroll bar can move very little, ...
0
votes
1answer
267 views
Disable page scrolldown when mouse is over control?
I am creating an ASP.NET Application.
In a webpage I have a Google map control. I use the mouse wheel to zoom in/out in the map.
But when I use the mouse wheel not only the map zoom in/out but the ...
-1
votes
2answers
264 views
ASP.NET: Scroll bar dependent on full grid size [closed]
I'm trying to implement grid virtual scroll similar to Telerik solution. While I managed to handle server side, I still have no clue, how to create such scrollbar, dependent not on actual grid page ...
1
vote
2answers
4k views
Scroll Bar in DropDownList IN ASP.NET
I am binding a DropDownList with the DataTable from the BackEnd. If the DataTable contains more value then while selecting the DropDownList it looks very lengthy and it looks not good. Is there a way ...
0
votes
1answer
1k views
Make a (collapsible, autosized and always-visible) panel display scrollbar if bigger than the page?
I'm working with an asp.net master-page; the relevant code is as follows:
<body>
<form id="form1" runat="server">
<asp:Panel ID="pnlHeader_TopLeft" runat="server"
...
3
votes
3answers
3k views
how to retain the browser scroll position after any event gets fire
When I am clicking on any button my page is re loading and page position is getting change.
first page is scrolling bottom then going on top again its moving to down side.
How could I retain the ...
0
votes
1answer
2k views
Scroll bar for Gridview
How to achieve scroll bar for gridview control in asp.net only for rows but not for header too.
Thanks in advance.
0
votes
1answer
808 views
Treeview with scrollbar in asp.net
I puted treeview inside div so that I can scroll inside treeview but problem I am facing now that when I select particular node then scrollbar will move to top position instead of moving to the ...
0
votes
1answer
2k views
fix vertical scroll bar in asp.net
I've a website, and in my main page page scroll bar is gone. There are six collapsible panels, all of them fixed by always visible control extender. After I add them main page, it broke.
I'm working ...
0
votes
1answer
850 views
asp.net panel scroll bar not visible in iphone browser
I making web application for iphone user. I have HTML table structure inside asp.net panel and i have set panel's scrollbar property to vertical. It works fine in all the browsers but not working in ...
2
votes
3answers
540 views
Maintain horizontal and vertical ScrollPosition on Postback in ASP.NET
The coding is in ASP.NET C#.
I have a gridview, with say 1000 records and I am inline editing one of the rows.
On Clicking Update, I would like my Grid to be on the exact x y position it was on before ...
1
vote
2answers
2k views
Scrollbar disappearing in IE7
I have a div set to overflow: auto, max-width of 250px.
Inside the div I have a paging control, which allows users to pull back 10, 20, 50, or 100 results. If they pull back enough results, the inner ...
1
vote
2answers
3k views
How to create a Scroll in GridView using ASP.NET
How do I create a scroll in GridView using ASP.NET without using fixed sized div's around it like shown here http://www.aspnettutorials.com/tutorials/controls/gridviewscroll-aspnet2-csharp.aspx .
1
vote
2answers
8k views
Scrollbar on a GridView
I want to put a scrollbar on a GridView in ASP.NET. I have created a master page. In this page I want a window with static height and width and inside this window put a GridView.
Is it possible to do ...
1
vote
1answer
729 views
Updatepanel height remaining largest size after update
After almost 4 years of use, one of my testers noticed something strange with my update panels.
Let's say I have a display mode and it takes 100 pixels in height. The user then switches to edit mode ...
0
votes
2answers
2k views
Asp.net - How to introduce scrolling in gridview control
I am using Vb.net for coding. I have a grid view control in which i want to introduce a vertical scroll bar if the value from the sql query overflows. How do I go about it?
0
votes
1answer
1k views
Change color of scrollbar of listbox in ASP.NET
How to change the color of scrollbar of a listbox in ASP.NET?
0
votes
3answers
2k views
Scroll bar reset on GridView in ASP.NET
I am using a GridView and ListBox in a page. Gridview contains the data from db bind as DataSource. When clicking on an item in GridView the listbox displays the subitems.
My problem occurs when ...
0
votes
1answer
2k views
Dynamic height for AJAX Autocomplete Textbox
I am using the AJAX autocomplete add-on to the <asp:textbox> control. I have everything working with a <div> around the <ajaxToolkit:AutoCompleteExtender>.
I set the following CSS ...
2
votes
2answers
181 views
HScrollBar Control in ASP.Net?
I was wondering, do you guys know about some replication of the HScrollBar from WinForms to ASP.Net?
0
votes
4answers
6k views
ASP.NET: How to hide ListBox control vertical scrollbar?
I have tried CSS: overflow: auto. It doesn't work. Any way to achieve it?
Do I need to create my custom control as I have seen it on ASP.NET forum?



