Prevent aspx page jumping to the top portion under button click..I have set update panel but triggers are given for fileupload and few other given...Hence post back occurs....But still i want the aspx page to remain where it is...

Recommended Answers

All 2 Replies

Member Avatar for LastMitch

@korathualex

Prevent aspx page jumping to the top portion under button click..I have set update panel but triggers are given for fileupload and few other given...Hence post back occurs....But still i want the aspx page to remain where it is...

You really need to post some codes or show at least a image what you are having issue. Not everyone has ASP.net software.

It's seem like you are very trouble placing the code.

Try..

c#
Page.MaintainScrollPositionOnPostBack = true;

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.