Ask a Question related to ASP.NET General, Design and Development.
-
Saravana #1
Re: Losing scroll on postback
Check out for SmartNavigation. For more details refer this link
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/[/url]
frlrfSystemWebUIPageClassSmartNavigationTopic.asp
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"Vu Dang" <vudang@shaw.ca> wrote in message
news:yKSKa.328549$Vi5.8426141@news1.calgary.shaw.c a...box> Hello,
>
> On postback, I would like the page to scroll down to show the last textto> on the page. Is there a way to do this? I tried to use a <a
> name="position"> but I need a piece of javascript to make the scroll jump> the anchor.
>
> Sincerely,
>
> Vu Dang
>
>
Saravana Guest
-
Losing Delegate On Postback
I have authored a webcontrol that contains a SimpleCellCollection of SimpleCell objects. Both have custom typeconverters that handle viewstate... -
Losing Postback state with composite controls
Not sure how to go about explaining this, which is never a good sign. I have a Custom UserControl I've built, which contains 1 drop-down list and... -
Scroll 2 text by one scroll bar?
Is there anyway to scroll 2 text fields at the same time by using one scroll bar? -
Scroll text with scroll bar
I've created a chunk of text and I want it to scroll in a window. Managed to put a scroll bar on it, but cannot figure out how to size the window and... -
Losing value on postback
I have a WYSISYG server control that I have built. I am having problems getting the text out of it on post back. I have the code below to handle the... -
Ante Perkovic #2
Re: Losing scroll on postback
Vu Dang wrote:
* this.location.href = "#something" ?> On postback, I would like the page to scroll down to show the last text box
> on the page. Is there a way to do this? I tried to use a <a
> name="position"> but I need a piece of javascript to make the scroll jump to
> the anchor.
* this.location.href += "#something" ?
* if this doesn't work, you should try to <body onload="somehow focus that
textbox">
HTH, Ante
Ante Perkovic Guest
-
Vu Dang #3
Re: Losing scroll on postback
Smart Navigation uses IFRAME. This solution is not elegant and won't work
on Netscape
Vu Dang
Vu Dang Guest
-



Reply With Quote

