How to add meta tag to ASP.Net content page
I have several content pages hanging off of one master page. I need to add a refresh meta tag to one of the content pages but I can’t see where I can do this.
I have several content pages hanging off of one master page. I need to add a refresh meta tag to one of the content pages but I can’t see where I can do this.
if we have a master page and a content page.so the content page @Page directive look like as
I need to set the content page default button. My code is like this:
How do I call the showDialog from a asp.net button click event. My page is a contentpage that has a masterpage associated with it.