Using the DetailsView in ASP.Net when using an ObjectDataSource or SqlDataSource

How do you use the DetailsView control in Asp.NET?

  • How do I change labels to something other than the name of a database field?
  • How do you hide some fields from the user? (which you need to query because they are id fields - a string id that you don't want the user to see)?
0


source to share


1 answer


You will need to customize the customization of the controls, see This detailed example which shows how to set controls as read-only and more.



+1


source







All Articles