-
-
7:52
»
ASP.NET Daily Articles
Brian Mains talks about the GridView control in the context of 3-tier ASP.NET applications.
-
-
7:52
»
ASP.NET Daily Articles
Language INtegrated Query or LINQ changes the way you write your data driven applications. Previously developers used to think and code differently to access different data stores such as SQL Server, XML files and in-memory collections. The new LINQ based programming can take away the hassles involved while developing such applications. In this multi part series I am going to explain how LINQ capabilities can be used ASP.NET applications.
-
-
7:52
»
ASP.NET Daily Articles
UFrame makes a DIV behave like an IFRAME, allowing asynchronous postback just like UpdatePanel and loading external HTML or ASP.NET pages inside the DIV. A great solution for ASP.NET MVC to provide asynchronous postback and asynchronous page part loading.
-
-
7:52
»
ASP.NET Daily Articles
This article shows some tips and tricks for making the page and user control communicate with each other.
-
-
7:52
»
ASP.NET Daily Articles
MVC (the "model view control" pattern) isn't new, but it is new to ASP.NET. If you're like me, you may have been impressed by a demo, but you've probably thought "how does this work in the real world?" I hope to answer that question in this article.
-
-
7:52
»
ASP.NET Daily Articles
A web page can load a lot faster and feel faster if the javascripts on the page can be loaded after the visible content has been loaded and multiple javascripts can be batched into one download. This article shows an HTTP module that can parse rendered HTML and collect all SCRIPT tags and combine them on-the-fly delivering them using an HTTP Handler.
-
-
7:52
»
ASP.NET Daily Articles
A site map is a graph representing all the pages and directories in a web site. Site map information shows the logical coordinates of the page and allows dynamic access of the pages and render all navigational information in a graphical way. ASP.Net contains a rich navigation infrastructure which allows the developers to specify the site structure. Since the site map information is hierarchical in nature, it can be used as input for a hierarchical data source control such as SiteMapDataSource. The output of a SiteMapDataSource can be bound to hierarchical data-bound controls such as Menu or TreeView.
-
-
7:52
»
ASP.NET Daily Articles
This article shows how the label control can be extended to incorporate some additional features, such as data binding support.
-
-
7:52
»
ASP.NET Daily Articles
This article illustrates setting up a custom provider, illustrating all of the pieces of the provider puzzle.
-
-
7:52
»
ASP.NET Daily Articles
ADO.NET Data Services (formerly "project Astoria") is a new mindset to developing data driven applications. Based on a RESTful architecture, this tool provides powerful services for querying and altering your data. This article will walk you through the steps of exposing your data as a service and consuming it with AJAX.