0

A CMS that integrates into ASP.NET MVC

Posted by Tim on April 13, 2009 in .NET Framework, ASP.NET, C#, Open Source

Here is a open source CMS called N2 that provides a CMS framework to build web applications on using the ASP.NET MVC Model.   Its a very basic CMS, but it provides all the core functionality including Pages, Articles and a .NET Permissions Model (it also has some add ons and allows developers to contribute their [...]

Tags: ,

 
0

Using the HttpWebRequest class

Posted by Tim on January 14, 2009 in ASP.NET, C#

In this particular scenario I had to initiate a request from another website in code and track its response to be modified and rendered back to the user. I had a series of LinkButton html controls on the web form that consume one event. <asp:LinkButton id=”link1” runat=”server” onClick=”genericEvent”></asp:LinkButton> When the user clicks on a particular [...]

Tags:

 
0

Using ASP.NET MVC on IIS6 or below

Posted by Tim on January 13, 2009 in .NET Framework, ASP.NET, C#

When you are building a web applicatio using the ASP.NET MVC framework on IIS7, it URL routing works smoothly and without any dramas.   But when it comes to IIS6 you have to make a comprimse especially if you are developing web apps within a shared hosting envoirnment.   I found the easist way is to change [...]

Tags: , ,

 
1

W3C Validation and ASP.NET ViewState

Posted by Tim on November 25, 2008 in ASP.NET

The problem I came across a very interesting point about validating XHTML pages using W3C XHTML Strict and ViewState.   By default ASP.NET ViewState adds a number of hidden fields to handle the postback of ASP.NET pages, control state and control event validation.  See example below. <input type=”hidden” name=”__VIEWSTATE” id=”__VIEWSTATE” value=””  /> When validating web pages [...]

Tags: , , ,

 
0

Creating a generic list of anonymous types

Posted by Tim on October 4, 2008 in .NET Framework, ASP.NET, C#

Scenerio I have a simple HTML form on a ASP.NET Web page. This form is to post a number of values including several elements that are compulsory to perform several actions on the server. As we know, when we post values to ASP.NET these are available for Request.Form. All we know is the key and [...]

Tags: , , , ,

 
0

ASP.NET Server Controls using XML/XSL

Posted by Tim on May 18, 2008 in ASP.NET

Scenario I have developed a framework that allows me to have multiple XSL templates transformed onto an ASP.NET web form. This works well without any ASP.Net server controls on the XSL templates. The question I wanted answered is how to have ASP.NET server controls on a XSL template so that I can dynamically create controls [...]

Tags: , ,

Copyright © 2008-2012 Codelab Blog All rights reserved.
Desk Mess Mirrored version 1.9.1 theme from BuyNowShop.com.