I had tried this in single page. I worked. But I try this 开发者_运维知识库in master page (dotnet), didnt work.
I am now creating a website.I v almost done for Login page,register page and change password page.I v created the masterpage which is masterpage.master.
I am building a website in Eclipse Helios using Google App Engine and want to i开发者_如何转开发mplement ASP.NET Master Page like functionality for common code across different pages. Is there somethi
I have a custom master page that I use in WSS3.0 (SharePoint 2007) and I am using a HTML \'DOC TYPE\' which I am declaring at the top of the master page.The site all works very well with my master pag
In SharePoint 2010 MySites, you can click on \"My Profile\" and you have 6 tabs, the first being \"Overview\". It points to person.aspx. I would like to create another tab, \"Custom Tab\" and have it
I have a ASP.Net masterpage with jQuery tabs. I am trying to set it up like this: <div id=\"tabs\">
I need to enable a script which is present in a .net master page, in only selected html pages that use this master page开发者_运维技巧. can this be achieved by declaring a variable in javascript of ht
I am developing an ASP.NET application , in which my master page has one css file named \"styles/xyz.css\"
I have a master page with a menu: <asp:Menu ID=\"MainMenu\" runat=\"server\" Orientation=\"Horizontal\"
I want to add an announcement list to my masterpage, so that these announcements are shown in all the pages in the sitecollection.