Ref: http://www.dotnetcurry.com/ShowArticle.aspx?ID=274&AspxAutoDetectCookieSupport=1
Ref2: http://dotnetslackers.com/articles/aspnet/JavaScript_with_ASP_NET_2_0_Pages_Part1.aspx
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/
Thursday, April 15, 2010
Monday, April 12, 2010
Thursday, April 8, 2010
Inversion of Control (IoC) pattern or Dependancy Injection (DI)
Using object-oriented design principles and features such as interface, inheritance, and polymorphism, the IoC pattern enables better software design that facilitates reuse, loose coupling , and easy testing of software components.
Def of DI: Instead creating an new object every time we call the container which will create the object of that class for us.
Injection or Imposing a Dependacy (called an object b or can be a Property, method also) on the De pendant class A through a container or IoC Framework is called DI.
Ref: http://www.dotnetspark.com/kb/266-inversion-control-ioc-and-dependency-injection.aspx
Def of DI: Instead creating an new object every time we call the container which will create the object of that class for us.
Injection or Imposing a Dependacy (called an object b or can be a Property, method also) on the De pendant class A through a container or IoC Framework is called DI.
Ref: http://www.dotnetspark.com/kb/266-inversion-control-ioc-and-dependency-injection.aspx
Wednesday, April 7, 2010
Enterprise Library 3.0
Validation Application Block
Ref:http://www.codeproject.com/KB/aspnet/Questpond.aspx
Ref:http://www.codeproject.com/KB/aspnet/Questpond.aspx
Subscribe to:
Posts (Atom)