On a web form we have a DetailsView bound to a dataSource.
The property called "AutGenerateRows" is also set to true.
When the web form is displayed in a web browser, the data from the fields are shown.
We want to change the properties of some of the fields. When we display the "Fields" window, I noticed that the "Selected fields" ListBox only contained a CommandField and no other fields.
Can you tell me how to set up the DetailsView so we can change the properties of the fields?
The attached screen shots will show what is happening. There are many fields and we want to avoid typing in all the code needed to make the fields as template fields if possible.
These screen shots show what is happening:
Update: Thanks for your replies. With your help, we are now on the correct path. Here is what the finished web form looks like: