Hi all,
I want to know what is the difference between datagridview and gridview ?
Regards
Rawnjna
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted May 17, 2010, 3:26 AM
It supports paging and sorting....Multiple Sorting(Not Available)
GridView control o supports the classic binding mechanism based on the
DataSource proprty and the DataBind method.
No code required,No code required for PageIndexChanged,Needs little code for update operation.
GridView supports events fired before and after database updates
Grid View
Richer design-time capabilities.
· Improved data source binding capabilities.
· Automatic handling of sorting, paging, updates, and deletes.
· Additional column types and design-time column operations.
· A Customized pager user interface (UI) with the PagerTemplate property.
CrishPosted May 17, 2010, 3:08 AM
use below link for dtagridview and gridview difference
http://msdn.microsoft.com/en-us/library/05yye6k9.aspx
thanks
Don't forget to Mark Do you like this Answer that solved your problem!
Kirtan PatelPosted May 17, 2010, 3:07 AM
for Windows Form
its DataGridView