simple beginner MVC application
Sunday, May 30, 2010
Sunday, May 16, 2010
Enterprise Library
- Reference proper assemblies based what block we need to use.
- Go to web.config or app.config or the configuration file and properly configure them.
- Easy way to use a block is to use facade class.
- Always reference common.dll and objectbuilder2.dll
Saturday, May 15, 2010
Monday, April 26, 2010
Saturday, April 24, 2010
Gridview in Edit Mode with and with out datasource
ref 1: http://aspadvice.com/blogs/azamsharp/archive/2006/11/08/Show-all-GridView-Rows-in-EditMode.aspx
Ref2 : through ObjectDataSource which can be set from a business Layer.
http://msdn.microsoft.com/en-us/library/ms178538.aspx
Ref3: Code Data-Bound GridView & FindControl
http://wiki.asp.net/page.aspx/476/code-data-bound-gridview-amp-findcontrol/
Ref4: http://amitpatriwala.wordpress.com/2008/04/18/inserting-new-row-in-gridview-in-aspnet-20/
Ref2 : through ObjectDataSource which can be set from a business Layer.
http://msdn.microsoft.com/en-us/library/ms178538.aspx
Ref3: Code Data-Bound GridView & FindControl
http://wiki.asp.net/page.aspx/476/code-data-bound-gridview-amp-findcontrol/
Ref4: http://amitpatriwala.wordpress.com/2008/04/18/inserting-new-row-in-gridview-in-aspnet-20/
Subscribe to:
Posts (Atom)