c# - Can we use HttpHandler and HttpModule to change the content page div from the Master page? -


In my application, I'm dynamically creating a navigation menu when I click on anchor tag, Refers to, I want to capture anchor tags text and display it in a single page in the content page.

How can I get it?

Can it be done through HTTPHanders? Or do I need to see something ??? help please.

Believing that you want your divider to look different or different places for each content The page you are located on and whatever you want to display in that device is the page URL that you can solve using a simple script which you can add to your master page:

 < Code> document.onload = function () {var TitleDiv = document.getElementById ("titleDiv"); TitleDiv.innerText = window.url; }   

The only hindrance is that all content pages in your device should have the same ID.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -