D
D
Hi,
I have a web form comprising 4 frames. The third frame is
the largest and it is the one in which i display the pages
of the application.
One of the pages has a lot of information to be captured
and scrolls. I have set smart navigation to true to
maintain the scroll position and also to avoid the flicker
which happens on postback.
In addition to this, the requirement is to display Top and
Down links on the page.
Any suggestions as to how to achieve the Top, Down
functionality when smart navigation is used. Obviously I
cannot use <a href> coz that is cliene side stuff and
smart navigation doesnt maintain the scroll position.
Thanks in advance.
D
I have a web form comprising 4 frames. The third frame is
the largest and it is the one in which i display the pages
of the application.
One of the pages has a lot of information to be captured
and scrolls. I have set smart navigation to true to
maintain the scroll position and also to avoid the flicker
which happens on postback.
In addition to this, the requirement is to display Top and
Down links on the page.
Any suggestions as to how to achieve the Top, Down
functionality when smart navigation is used. Obviously I
cannot use <a href> coz that is cliene side stuff and
smart navigation doesnt maintain the scroll position.
Thanks in advance.
D