About 7,390,000 results
Open links in new tab
  1. What is the equivalent of WebForms in ASP.NET Core?

    Jun 2, 2021 · Solution #1: ASP.NET Core Razor Pages Microsoft - Introduction to Razor Pages This is probably the most direct approach with the least to learn, and it is the modern …

  2. How to correctly use the ASP.NET FileUpload control

    60 ASP.NET controls should rather be placed in aspx markup file. That is the preferred way of working with them. So add FileUpload control to your page. Make sure it has all required …

  3. preventing cross-site request forgery (csrf) attacks in asp.net web …

    Apr 29, 2015 · I have created an ASP.Net Web Forms application using Visual Studio 2013 and I am using .NET Framework 4.5. I want to make sure my site is secure from Cross-Site Request …

  4. Content-Security-Policy in ASP.NET WebForms - Stack Overflow

    I'm looking for a good way to implement a relatively strong Content-Security-Policy header for my ASP.NET WebForms application. I'm storing as much JavaScript as possible in files instead of …

  5. ASP.NET Web Forms and ASP.NET Web Pages - Stack Overflow

    Jan 9, 2024 · What is the difference between ASP.NET Web Forms and ASP.NET Web Pages? Here it says that Web Pages and Web Forms are different approaches.

  6. DateTime Picker control for asp.net webforms - Stack Overflow

    Nov 2, 2023 · 2 I am using asp.net webforms.There is no date time picker control provided. Presently I'm using a textbox to display datetime. I want a date time picker control. I tried to …

  7. How to create ASP.NET Web Forms project in Visual Studio 2022 …

    Dec 25, 2023 · All of the tutorials that I have seen use ASP.NET Web application (.NET Framework) template in Visual Studio to create webforms projects. But Visual Studio 2022 …

  8. ASP.NET Webforms to ASP.NET Core Razor pages - Stack Overflow

    May 2, 2024 · The Razor cshtml file maps to the Web Forms aspx file. Both serve the role of View Template The PageModel class file maps to the aspx.cs code-behind file. Both serve the role …

  9. c# - ASP.NET Web Application Message Box - Stack Overflow

    Mar 15, 2012 · In an asp.net windows forms application, in the C# code behind you can use: MessageBox.Show("Here is my message"); Is there any equivalent in a asp.net web …

  10. C# ASP.NET Single Sign-On Implementation - Stack Overflow

    The first one uses ASP.NET Web Forms, while the second one uses ASP.NET MVC4. If your requirements allow you to use a third-party solution, also consider OpenID. There's an open …