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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the asp.net mvc folder conventions? : asp.net mvc

507


How many types of validation are there?

527


Is asp.net a language?

524


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1444


What is the difference between table and query?

548






What are user controls?

571


What is the advantage of using Windows authentication in a Web application?

559


Can viewstate be accessed in another page?

509


How does a content page differ from a master page?

508


Where are session variables stored?

513


How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?

633


Where is session data stored in asp net?

515


In a Repeater control how one can provide an alternating color scheme ?

566


What is an assembly? Explain its parts.

635


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

1596