Questions tagged [detailsview]

DetailsView is a data-bound control that renders a single record at a time from its associated data source

In ASP.NET 2.0, DetailsView is a data-bound control that renders a single record at a time from its associated data source. It can optionally provide paging buttons to navigate between records, and a command bar to execute basic operations on the current record (Insert, Update, Delete). DetailsView generates a user interface similar to the Form View of a Microsoft Access database, and is typically used for updating/deleting any currently displayed record or for inserting new records.

603 questions
0
votes
1 answer

Does the UpdateItem function work on a DetailsView bound to a List?

I'm using a DetailsView bound to a specific member of a custom business object - so, really, a List with one element. It displays fine and I am not having any problems with the bindings as far as I can tell - example being:
phyllis diller
  • 795
  • 2
  • 9
  • 21
0
votes
1 answer

Data source is an invalid type. It must be either an IListSource, IEnumerable, or IDataSource. MVC

Im trying to retrieve data to a details view on a MVC project. thiw problem i've got Data source is an invalid type. It must be either an IListSource, IEnumerable, or IDataSource. Help ?? this is the code