Ask a Question related to ASP.NET General, Design and Development.
-
Teemu Keiski #1
Re: Page scrolling
Yes,
for example see:
[url]http://www.aspalliance.com/aldotnet/examples/dgautoscroll.aspx[/url]
--
Teemu Keiski
MCP, Designer/Developer
Mansoft tietotekniikka Oy
[url]http://www.mansoft.fi[/url]
AspInsiders Member, [url]www.aspinsiders.com[/url]
ASP.NET Forums Moderator, [url]www.asp.net[/url]
AspAlliance Columnist, [url]www.aspalliance.com[/url]
"Noor" <noor1707@yahoo.co.uk> wrote in message
news:0ec901c35136$f81f98d0$a501280a@phx.gbl...> I have a datagrid control which has a template column
> having a radiolistbox with 2 options - Yes and No. I have
> set the AutoPostback property for the radiolistbox to true
> as I want to handle certain events when the user selects
> an option. My datagrid has a lot of items and so my web
> page has a scroll bar. When I scroll down the page to
> select the yes/no options, on click of the option button
> because a postback occurs, the position of the scroll bar
> is not retained. Can this be controlled programatically
> with an aim to retain the position of the scrollbar?
Teemu Keiski Guest
-
Scrolling a page inside an iframe
I created an iframe, it has a .html page in it, let's call it content.html for example I also create a button outside this iframe, so in my main... -
Page and Form Scrolling Problems
Hi, i have a list of results in a table at the top of my html page. I then have a form below it which has textfields etc.I want the page to... -
Scrolling News in web page?
Hi everyone, I need to have scrolling news in my web page. I have the link to get info: http://rss.cnn.com/rss/cnn_topstories.rss and also I... -
displaying page numbers when scrolling
When I first installed Acrobat and scrolled some document in it, moving along the scroll bar using the mouse cursor (dragging the scroll bar down, so... -
Scrolling through my controls on a page
I created a custom web control and placed a couple instances on an aspx page. The idea is that the user needs to make a selection in each control... -
Ray Dixon [MVP] #2
Re: Page scrolling
Hi Noor,
Try setting the Web form's smartNavigation property
([url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html[/url]
/frlrfsystemwebuipageclasssmartnavigationtopic.asp) to true.
--
Ray Dixon - Microsoft MVP
[email]ray@NOSPAM.greeble.com[/email]
(remove NOSPAM. from my e-mail address for a direct reply)
"Noor" <noor1707@yahoo.co.uk> wrote in message
news:0ec901c35136$f81f98d0$a501280a@phx.gbl...> I have a datagrid control which has a template column
> having a radiolistbox with 2 options - Yes and No. I have
> set the AutoPostback property for the radiolistbox to true
> as I want to handle certain events when the user selects
> an option. My datagrid has a lot of items and so my web
> page has a scroll bar. When I scroll down the page to
> select the yes/no options, on click of the option button
> because a postback occurs, the position of the scroll bar
> is not retained. Can this be controlled programatically
> with an aim to retain the position of the scrollbar?
Ray Dixon [MVP] Guest
-
Noor #3
Re: Page scrolling
Hi Ray,
Thanks for the reply.
I tried setting the property to true. This does indeed
stop the page from scrolling, but when I select the option
button, the stylesheet formatting is removed. My page
inherits from a base class which has a stylesheet applied
to it.
Any suggestions as to what to do?
Noor.
url=/library/en-us/cpref/html>-----Original Message-----
>Hi Noor,
>
>Try setting the Web form's smartNavigation property
>([url]http://msdn.microsoft.com/library/default.asp?[/url]true.>/frlrfsystemwebuipageclasssmartnavigationtopic.asp) tohave>
>--
>Ray Dixon - Microsoft MVP
>ray@NOSPAM.greeble.com
>(remove NOSPAM. from my e-mail address for a direct reply)
>
>
>
>"Noor" <noor1707@yahoo.co.uk> wrote in message
>news:0ec901c35136$f81f98d0$a501280a@phx.gbl...>> I have a datagrid control which has a template column
>> having a radiolistbox with 2 options - Yes and No. Itrue>> set the AutoPostback property for the radiolistbox tobar>> as I want to handle certain events when the user selects
>> an option. My datagrid has a lot of items and so my web
>> page has a scroll bar. When I scroll down the page to
>> select the yes/no options, on click of the option button
>> because a postback occurs, the position of the scroll>> is not retained. Can this be controlled programatically
>> with an aim to retain the position of the scrollbar?Noor Guest



Reply With Quote

