Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft’s first server-side script engine for dynamically-generated web pages. Initially released as an add-on to Internet Information Services (IIS) via the Windows NT 4. 0 Option Pack, it was subsequently included as a free component of Windows Server (since the initial release…
Tag: ASP.NET
Virtual Paths in ASP.NET 3.5 Tutorial
Virtual paths can be tricky in ASP.NET when dragging user controls across different folders.
Dev ASP.NET VS 2008 C# Module 12 of 16 – Part 3 of 4
Intro course on Visual Studio 2008, C#, ASP.NET 3.5 Module 12: Silverlight
How can I update,Insert and Delete a DataList’s value at run time through ASP C#. Net?
I have a datalist where I like to manipulate the data at run time. How will I do that ? please help me through ASP. Net C# Powered by Y! Answers
Asp.Net MVC Tutorial Overview Part 3
ASP.NET Tutorial – Configuring, Building and Deploying a Web Site- Part2
In this lesson, you will see what is required to make your ASP.NET applications available to everyone. This includes configuring, building, and deploying your web site. For Best View: watch the video in Full Screen Mode.
ASP.NET AJAX – Sys.Net.WebRequest to Access Web Service – Part 1 of 4
The tutorial shows how to access web services using client side ASP.NET AJAX libraries. We use Sys.Net.WebRequest to access remote web service.
ASP.NET Master Page Continued
Watch the previous asp.net master page then continue to learn about this neat feature
ASP.NET 3.5 LINQ TO SQL PART2 : Data Model
tinyurl.com Pro ASP.NET 4.0 in C# 2010 LINQ to SQL relies on an object-to-relational model set of classes that map to your database tables. Visual Studio 2008 includes a visual ORM design surface that maps these tables to code. Source : www.asp.net
jQuery vs. ASP.Net AJAX – A Comparison using HttpFox
Just a quick demo of how HttpFox can be used as a debugging tool when working with AJAX requests. We also see some data size differences between jQuery and ASP.Net AJAX responses.