web page scroll
-
In what version of ASP.NET? 1, 1.1, 2+? If you are using .NET2+, you could use
<%@ Page MaintainScrollPositionOnPostback="true" %>
on the page, or you could set
<pages maintainScrollPositionOnPostBack="true" />
in the pages section in web.config to set this position for all pages.
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
In what version of ASP.NET? 1, 1.1, 2+? If you are using .NET2+, you could use
<%@ Page MaintainScrollPositionOnPostback="true" %>
on the page, or you could set
<pages maintainScrollPositionOnPostBack="true" />
in the pages section in web.config to set this position for all pages.
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
Throw me a bone here. What environment are you developing against? I haven't got the telepathic interface engaged here, and it's a bit too far for me to see your screen.
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
Throw me a bone here. What environment are you developing against? I haven't got the telepathic interface engaged here, and it's a bit too far for me to see your screen.
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
This[^] should help if you are still having a problem.
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
This[^] should help if you are still having a problem.
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
still have problem. can you tell where i put this code..please help its urgent and very important
tanzeel85 wrote:
can you tell where i put this code..please help its urgent and very important
Have you read the article? Downloaded the code and tried it? I can't help you with your project because it's your project, not mine. I have no idea what the structure of your pages is, how you've laid out the site, etc. And, while it's urgent and very important to you, it has zero urgency for me. In future, please refrain from putting this in - it just serves to anger people because it looks like you think your time is more important than mine.
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility