Top "Detailsview" questions

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

Binding a DropDownList inside a DetailsView

I'm having problems trying to populate a dropdownlist from the database. When I'm trying to set the datasource I can't …

c# .net drop-down-menu .net-2.0 detailsview
Asp.net DetailsView - multiple columns?

By default, DetailsView supports 2 columns. I'd like to add a third column. Is this possible using DetailsView? Creating a table …

asp.net detailsview
Getting a lits of all child controls of a control, by type

im trying to make a method that creates a List with the name of all the child controls of a …

asp.net detailsview
Change detail view from MasterDetail iPad app using storyboard

I'm little lost here. I have a basic master-detail aplication, and I want to change the detail view according to …

ios ipad storyboard detailsview master-detail
Getting textbox value inside a Detailsview control

I have a DetailsView control with a template field as follows: <asp:TemplateField SortExpression="Title"> <ItemTemplate> &…

asp.net .net-3.5 detailsview nested-controls
How to add a tooltip to Boundfields in a Detailsview, but only if color of column has changed

I have the following code ... <asp:DetailsView ID="dvApprenticeship" runat="server" DataSourceID="dsApprenticeship" AutoGenerateRows="false" BackColor="#E0E8F0" …

asp.net tooltip mouseover detailsview boundfield