Environ 50 résultats
Ouvrir les liens dans un nouvel onglet
  1. asp.net - <%$, <%@, <%=, <%# ... what's the deal? - Stack Overflow

    13 déc. 2014 · I've programmed in both classic ASP and ASP.NET, and I see different tags inside of the markup for server side code. I've recently come across a good blog on MSDN that goes over the …

  2. Difference between .asp and .aspx pages? - Stack Overflow

    16 déc. 2010 · I'm new to ASP.NET, and I came across these two different extensions while browsing around. What's the difference between them?

  3. syntax - ASP.NET "special" tags - Stack Overflow

    The official name is "server-side scripting delimiters" or "ASP.NET inline expressions". Visual Studio 2008 syntax highlighting settings dialog calls these "HTML Server-Side Script". Microsoft people call them …

  4. How to change session timeout in ASP.NET - Stack Overflow

    ASP.NET framework inserts a unique id to the URL, you can check this by disabling the cookie or by setting the cookieless attribute to true as you did. According to MSDN, By default, the SessionID value …

  5. Newest 'asp.net' Questions - Stack Overflow

    I'm using .NET 4.7.2, ASP.NET webforms and forms authentication. Everything works fine for the normal forms authentication where the user enters their credentials on the login screen.

  6. asp classic - Difference between asp and asp.net - Stack Overflow

    4 janv. 2010 · This implies that since ASP mainly uses VBScript, when an ASP page is executed, it is interpreted. On the other hand, ASP.NET uses.NET languages, such as C# and VB.NET, which are …

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

    It offers an elegant and easy way to add support for Single Sign-On and Single-Logout SAML to your ASP.NET, ASP.NET MVC, ASP.NET Core, Desktop, and Service applications.

  8. asp.net - If statement in aspx page - Stack Overflow

    17 juin 2010 · I want to write a basic if statement on my site to display either item 1 or item 2 depending on if a variable is set to true. I'm not too familiar with .NET and need a little help with the basic

  9. What's the difference between ASP.NET and C#? - Stack Overflow

    11 oct. 2017 · ASP.NET is part of the .NET framework allowing you to write web applications using any CLS compliant language such as C#, VB.NET, F#, ... What you are referring to original asp language is …

  10. ASP.NET page life cycle explanation - Stack Overflow

    24 avr. 2014 · There are 10 events in ASP.NET page life cycle, and the sequence is: Init Load view state Post back data Load Validate Events Pre-render Save view state Render Unload Below is a pictorial …