c# - Should I use a ListView, DetailsView, or GridView? -
I need to display a table with different notifications (name, date, serial number, notes). Also, there is a field, I should be one of the three specified values (rise, lower, release). Will the opinion be the best / easy for me to implement, which will provide drop down options to add / edit / delete entries as well as lift, down, release options?
Thanks in advance!
All this can do. I use a reviewview and gridview if I just want to display the data that shows the details page 1 per page in columns columns and rows, and all of you want to do this. I use it to edit and insert individually. GridView I use to show and delete.
When you want to show fancy data, it uses the review view and the form weave, which does not fit itself into beautified rows and columns, but more complex scenes. They also edit / merge / delete you.
When you change a DataBoundField in a TemplateBield to show a DropDownList in DetailsView and GridView.
Comments
Post a Comment