Introducing DotNetFunda.com on mobile http://m.dotnetfunda.com ! Be with DotNetFunda.com on the go !
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 10136 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > ASP.NET Interview Questions > What is the difference GridView and betw ...

What is the difference GridView and between DataGrid(Windows)?

Interview question and answer by: Syedshakeer | Posted on: 2/8/2009 | Category: ASP.NET Interview questions | Views: 3547 |


Answer:

GridView :

1) GridView Control Enables you to add sorting,pagingand editing capabilities without writing any code.

2)GridView Control Automatically Supports paging by setting the ‘PagerSetting’ Property.The Page Setting Property supports four Modles
a. Numeric(by default)
b. Next Previous
c. NumericFirstLast
d. Next PreviousLast

3)It is Used in asp.net

4)GridView Supports RowUpdating and RowUpdated Events.

5)GidView is Capable of Pre-Operations and Post-Operations.

6)GridView Has EditTemplates for this control

7)It has AutoFormat

DataGrid(Windows)

1)DataGid Control raises single Event for operations

2)DataGird Supports the SortCommand Events that occur when a column is Soted.

3)DataGrid Supports UpdataCommand Event that occurs when the UpdateButton is clicked for an item in the grid.

4)DataGrid is used in Windows GUI Application.

5)It doesnot have EditTemplates for this control

6)It doesnot have AutoFormat

Asked In: Many Interviews | Alert Moderator 
Found interesting? Add this to:


>> Write Response - Respond to this post and get points

Even more ... | Submit Interview Questions and win prizes!

More Interview Questions from Syedshakeer

    Even more ... | Submit Interview Questions and win prizes!


    About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
    General Notice: If you found plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
    Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/21/2012 8:57:37 AM