Displaying posts tagged with

“asp.net”

May
8
2008

How to install the Ajax Control Toolkit for Visual Studio 2008

 

Install the ASP.NET Ajax 1.0 extensions here http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&displaylang=en
Download this (AjaxControlToolkit.zip)
and unpack it to a folder on your local computer.
Open Visual Studio, right click on Tools and create a new tab. Call it Ajax Controls.
Right click the tab and pick Choose Items…
Browse to the directory where you unpacked the toolkit, browse to the Sample Web Site
folder, [...]

Apr
30
2008

Matt Berseth: Building a Grouping Grid with the ASP.NET 3.5 LinqDataSource and ListView Controls

ÂÂ
So for a recent research project, I decided I would look into the LinqDataSource’s
control GroupBy and OrderGroupBy attributes
to see if they could be used to help me build a grid that supports grouping.ÂÂ
Below is the final screen shot for my reference application.  The grid shows
the rows in the Northwind Orders table – grouped by the [...]