I have a website with master page. I want to catch a user trying to close the browser/tab. When I try using onunload in 开发者_StackOverflow中文版the body tag, it fires not only when I try closing the
I have a FromDate and ToDate textboxes and a submit button in my Master page. I have 4 tabs with links for 4 开发者_开发百科different URLs displaying various reports.
I asked a \"similar\" question here: Visual Studio Multi-Project Solution Options However, that did not specifically address my problem. In short: what is the best way to share a master page across
I have a page which is attached to a masterpage. In this page i have update panel and in it have i have a asp.net panel.
I have a Visual Studio C# .NET project. I have two master templates. One for the original website in english. And a second master page for the Spanish version of the website.
I am using Visual Studio 2008 and ASP.NET to build a web app. Most of my web pages are based on a single master page. This master page contains three button links that act as language switches; the Cl
I have the set focus for a property which I am trying to use in the masterpage but I am unable to do so.
Can i use namespace which is imported on masterpage ? i can import and use namespace on masterpage like that..
I have a VirtualPathProvider that works fine with asp.net pages. It compiles in runtime and run everything well. But, when I try to open a page that contains asp:Content tags, I always getting:
i am using vb-2008 to create my application. i created master page in asp but i am not able to use it on other pages. i used :