February 2009 - Posts

0
Comments

ASP.NET MVC tips: Routing Engine to aid SEO / 301 Redirect / Tracking by shahed

Routing Library resides in the System.Web.Routing Namespace of the .NET Framework 3.5, which provides us the flexibility to use URLs that has no mapping to a physical file. This means ASP.NET MVC framework provides flexible URL mapping engine and enables...
0
Comments

ASP.NET tips: Display resultset from Multiple DataTable by shahed

I normally do not use DataSet and prefer Objects instead generated by the ORM frameworks, but recently I had to produce a ASP.NET page that displayed a list of records from multiple DataTables. Lets look at a similar example. Lets assume we consume this...
Powered by Community Server (Commercial Edition), by Telligent Systems