About 51 results
Open links in new tab
  1. asp.net - <%$, <%@, <%=, <%# ... what's the deal? - Stack Overflow

    Dec 13, 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 …

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

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

    Dec 16, 2010 · ASP.NET gives access to all the tools which come with the .NET framework and allows one to write object-oriented code. ASP.NET offers the ability to build pages composed …

  4. glossary - What is ASP.NET? - Stack Overflow

    May 21, 2011 · ASP.NET is a web application framework developed and marketed by Microsoft, that programmers can use to build dynamic web sites, web applications and web services.

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

    Jun 17, 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 …

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

    Apr 24, 2014 · Init Load view state Post back data Load Validate Events Pre-render Save view state Render Unload Below is a pictorial view of ASP.NET Page life cycle with what kind of …

  7. How do I convert legacy ASP applications to ASP.NET?

    Sep 21, 2008 · Instead, start working on new functionality in ASP.NET: this way, you won't be held back by legacy concepts, and can use the new coolness afforded by the Framework …

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

    Oct 11, 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 …

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

  10. 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". …