What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0

Answers were Sorted based on User's Feedback



What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0..

Answer / vdk

Gridview is the replacement in .net 2.0 for the datagrid.
the differences between them is >>sorting editing and
paging are the additional capabilities in gridview which
requires no coding while Datgrid requires the user
coding .Gridview has improved databinding using smart
tag.Additional column types and design time column
operations.Customised pager UI using pager
template.Customized paging support.

Is This Answer Correct ?    20 Yes 2 No

What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0..

Answer / mukesh sharma

Gridview have auto delete,Edit,auto
column,rowbound,rowdeleteing and many
more.

Is This Answer Correct ?    7 Yes 1 No

What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0..

Answer / ishbandhu

datagrid is centralized by itemcommand property but
gridview is not

Is This Answer Correct ?    5 Yes 1 No

What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0..

Answer / nisha

In gridview paging is also impletes by user

Is This Answer Correct ?    4 Yes 2 No

What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0..

Answer / sudhir kunnure

Gridview have More properties and events than datagrid.
Auto delete,Edit,auto column,rowbound,rowdeleteing and many
more.
Grid view is more user friendly than gridview.

Is This Answer Correct ?    5 Yes 4 No

What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0..

Answer / mukesh sharma(mca) , hapur,gzb

Datagrid is centralized by itemcommand property but
gridview is not.

Gridview have auto delete,Edit,auto
column,rowbound,rowdeleteing and many
more.

Is This Answer Correct ?    3 Yes 2 No

What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0..

Answer / a v suresh

Datagrid is centralized by itemcommand property but
gridview is not.
Grid view is more user friendly than gridview.

Is This Answer Correct ?    3 Yes 2 No

What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0..

Answer / sunil

In my opinion, if your purpose is to manually load and retrieve data from
cells and controls inside the cells, I would recommend you still use the
DataGrid control, it's still supported in ASP.NET 2.0. If you want to try
the new and powerful data-binding feature of data source objects (such as
SqlDataSource, ObjectDataSource), I would recommend you use the GridView
control.

Is This Answer Correct ?    2 Yes 1 No

What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0..

Answer / lavanya

Data Grid:
1. Code requires handling the Sort Command event and
rebinding grid required.
2. Code requires handling the Page Index Changed.
3. Need extensive code for update operation on data.
4. When compared to grid view fewer events supported.

Grid View:
1. No code required.
2. No code required for Page Index Changed.
3. Needs little code for update operation.
4. Grid View supports events fired before and after database
updates

Is This Answer Correct ?    2 Yes 1 No

What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0..

Answer / nisha patel

using gridview we can transfore the control one page to
another page.ex..if i create one master page, and one detail
(child) . we can provide easily link from master page to
detail(child) page.and transfer on that page. its a main
benifit of using gridview , i think so........

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

what is clr . how we access them?

3 Answers   TCS,


How to remove themes from certain controls?

2 Answers  


What is difference b/w Generic List and Arraylist, Generic List Vs HashTable, Generic List Vs No Generic? Pls Explain with example.

2 Answers   Polaris, Syntel,


How To Generate ConnectionString By Using Notepad??

2 Answers  


Explain the function of new view engine in asp.net? : asp.net mvc

0 Answers  






All kind of access specifiers for a class and for methods ?

1 Answers   MMTS,


How is a session stored and maintained in asp.net?

0 Answers  


How to create a permanent cookie?

1 Answers   IBM,


What are different ASP.NET Web Forms with the technology different from though ASP (1.0-3.0)?

1 Answers   Siebel,


I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

1 Answers   Patni,


What is asp net objects?

0 Answers  


What is the purpose of master page?

0 Answers  


Categories