About 2,290,000 results
Open links in new tab
  1. preventing cross-site request forgery (csrf) attacks in asp.net web forms

    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 Forgery …

  2. What is the equivalent of WebForms in ASP.NET Core?

    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 equivalent to "Classic ASP.NET …

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

    System.Web.UI.WebControls.FileUpload fileUpload; I don't know why, but when you are using FileUpload without System.Web.UI.WebControls it is referencing to YourProject.FileUpload not …

  4. 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 google, couldn't find a …

  5. How to allow CORS for ASP.NET WebForms endpoint?

    Mar 30, 2021 · This behavior enables ASP.NET to maintain the most restrictive settings. For example, consider a page that includes user controls. If those controls have conflicting cache policies, the …

  6. 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 inline, …

  7. 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.

  8. ASP.NET Webforms with async/await - Stack Overflow

    Jun 6, 2017 · My Webforms application which is based on .Net 4.6 has to use the async/await-functionality quite extensively. Because I'm quite new to this async/await topic I read quite a lot of …

  9. How to display an alert box from C# in ASP.NET?

    May 4, 2013 · 31 I am using a detail-view and would like to display an alert-box at the end of my code block that says: Thank you! Your data has been inserted successfully. Is there a simple way to do …

  10. ValidateAntiForgeryToken in WebForms Application - Stack Overflow

    Sep 13, 2018 · Starting with Visual Studio 2012, Microsoft added built-in CSRF protection to new web forms application projects. To utilize this code, add a new ASP .NET Web Forms Application to your …