About 630,000 results
Open links in new tab
  1. Difference between Web Form and Web Form with Master Page?

    Jun 11, 2014 · So then I created a web form with master page. This allows me to keep the formatting from the master page but now I am unable to create a form using <form>. So my question is how do I …

  2. Form Elements in ASP.NET Master Pages and Content Pages

    Sep 16, 2015 · 24 OK, another road bump in my current project. I have never had form elements in both my master and content pages, I tend to have all the forms in the content where relevant. In the …

  3. Visual Studio 2012: How to create a web form using Master Page

    Dec 26, 2015 · One common suggestion is to create a "Web Form" and there should be an option for 'use master page' after web form created but I do not see that option either. Any suggestions or …

  4. Adding a new Web Form with Master Page causes errors BC30002 and ...

    Apr 16, 2024 · If the new project allows adding of web pages, then I suspect that some code or other file damage has occurred to the one project. In other words, do all projects not allow adding of a master …

  5. ASP.NET adding a form to Master Page - Stack Overflow

    Apr 26, 2013 · 1 So I've never really coded a website using ASP.NET. I'm trying to add a search form to a masterpage for my site. The problem is the whole body is wrapped in a form tag, which makes the …

  6. How can I change which master page is used for a web page?

    Jun 25, 2012 · When creating a new item - "Web Form using Master Page" I get a dialog for choosing the master page. Can I get that dialog for an existing page so I can change its master page?

  7. How to call a function from Masterpage into new form in c#

    May 21, 2012 · You can get to the master page for a web form using the inherited Master property, which returns a MasterPage reference. To get to a property defined in otcMasterPage though, you …

  8. c# - Implement two forms in an ASP.net page with one master page, or ...

    May 14, 2016 · Using multiple forms on an ASP.NET web forms page Display the same form at two places Basically, it is an essential part of Web Forms and is used many times. You can create as …

  9. How to assign title to Web Form using Master Page in ASP.NET?

    Mar 6, 2013 · I want to assign an individual title for each page that I add to my solution in VS 2010. I noticed that the Site.Master's title is always displayed on the top of my browser. Even if I specify a ti...

  10. VS 2022 Community does not recognize Master Page and other controls

    Jul 12, 2024 · I recently installed Visual Studio 2022 Community and loaded the web site I have been working on. The file text in all my files is covered with squigglies. VS does not recognize most of the …