My DetailsView doesn't display the ID that I need at all and I don't want to start adding hidden controls to the DetailsView. Also I imagine that FindControl is actually interating throughevery single control to find the one I want.
I'm really after getting access to the underlying datasource. But when I look at the DataSource property it seems to be Nothing.
elziko
Member
1 Points
17 Posts
Re: ItemDetail Page
Dec 22, 2007 08:31 AM|LINK
Thanks for the reply.
My DetailsView doesn't display the ID that I need at all and I don't want to start adding hidden controls to the DetailsView. Also I imagine that FindControl is actually interating throughevery single control to find the one I want.
I'm really after getting access to the underlying datasource. But when I look at the DataSource property it seems to be Nothing.