I have a master aspx page and it has menu controls and need to navigate it to child aspx page and jump/scroll to specific div section.
I have used Response.redriect("http://url/landing.aspx/#divSection") but it does not exactly navigates. The landing page contain the video embedded.
if it is in the same page, then javascript can be registered and called.
Can any one suggest how to achieve this.
Asked
Active
Viewed 63 times
0

Chow
- 106
- 7
-
Try http://url/landing.aspx#divSection"? Either way I think you need to include the relevant code snippets in your question. – IrishChieftain Jan 16 '20 at 00:32
-
There is no reason this should not work, unless some code is jumping to the top of the page or you are missing `divSection` somewhere. – VDWWD Jan 16 '20 at 09:06