Pages

Tuesday, June 12, 2012

What is the difference between 3 Tier architecture and MVC

 

Hi,

Both are looks similar but there is some vital difference.

S.No

3 Tier Architecture

MVC

1 It is a linear Architecture It is a Triangular Architecture
2 Client never access DAL directly Can Access
3 Code file along with UI Codes are Well separated concern
4 Each tiers developments are depended Model, View and Controller are developed independently and finally integrated

Hope this will helps you.

Wednesday, June 6, 2012

To Get Gridview Header using Javascript Function

Hi All,

Some situation we need to get dynamic header names..For example if you use gridview and show your db values. The below example will you explain how is it possible get gridview header name in javascript.

Step 1: Create New Project

Step 2: Create a new webpage. Its name like 'girdvheader.aspx'

Sample Code snapshot


Build and run the application.. we will get the girdview header names like this