D
David C
I am trying to get my ObjectList working with a list of a business
object which has a lot of properties.
I am seeing that as this tutorial (http://msconline.maconstate.edu/
tutorials/ASPNET2/ASPNET14/aspnet14-08.aspx) shows, when the list of
items shows, each line is made into a link to a second screen which
shows all the values of the fields of the selected item. The second
screen is auto-generated.
That second screen is completely useless to me. It is a business
object, so there is a ton of fields that the user does not need to
see.
In fact, I would like to do away with the second screen all together,
and execute a command for the selected item. Is that possible?
object which has a lot of properties.
I am seeing that as this tutorial (http://msconline.maconstate.edu/
tutorials/ASPNET2/ASPNET14/aspnet14-08.aspx) shows, when the list of
items shows, each line is made into a link to a second screen which
shows all the values of the fields of the selected item. The second
screen is auto-generated.
That second screen is completely useless to me. It is a business
object, so there is a ton of fields that the user does not need to
see.
In fact, I would like to do away with the second screen all together,
and execute a command for the selected item. Is that possible?