I have a Case class that contains 12 fields and 4 of these is more central and is showed in a GridView.
When I click the ID fields in the GridView I want to display all 12 in a new page without having the possibility to change any field.
What is the best option is it to use asp:label control or is it best to use for example data control DetailsView or FormView:
I would say that the best option is to use asp:label to display these 12 fields.
Tojo
Member
68 Points
212 Posts
Display 10 field
Nov 25, 2012 10:08 AM|LINK
I have a Case class that contains 12 fields and 4 of these is more central and is showed in a GridView.
When I click the ID fields in the GridView I want to display all 12 in a new page without having the possibility to change any field.
What is the best option is it to use asp:label control or is it best to use for example data control DetailsView or FormView:
I would say that the best option is to use asp:label to display these 12 fields.
Do you agree ?
//Tony
oned_gk
All-Star
36196 Points
7372 Posts
Re: Display 10 field
Nov 25, 2012 10:52 AM|LINK
Suwandi - Non Graduate Programmer