Click here to Skip to main content
15,889,438 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
Today i am stuck into a big problem and unable to get the solution-
I am using jquery load() function to load a page2 inside a div tag on page1. This is done on click of a button placed inside updatepanel.
When i lick the button the page2 is loaded perfectly.
But after that, if i click on datapager or any other control inside updatepanel in redirects me to page2. while it should remain on page1.

Please help.
Posted
Comments
kk2014 10-Dec-12 3:34am    
please paste your .aspx code and .aspx.cs code also.

1 solution

Probably the links that was generated on page2.aspx has url with location of "Page2" instead of "Page1" because they were generated on "Page2"
 
Share this answer
 
Comments
AnkitGoel.com 10-Dec-12 8:49am    
couldn't understand. please, can u elaborate?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900