Link to home
Start Free TrialLog in
Avatar of Chiliyago
ChiliyagoFlag for United States of America

asked on

Retreive Values From Dynamic Data Details View

I am working on someone's asp.net page which is a basic DynamicData page with DetailsView.  Since there are no templates on this DetailsView I am not sure how to retrieve values from it in my code behind.  I would normally use FindControl but since everything is autgenerated I am not sure how to go about this.  Please advise.
Avatar of MrAgile
MrAgile
Flag of Australia image

HI There,

The details view has events that your are able to access.  Start here:

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.detailsview.aspx

Sean
ASKER CERTIFIED SOLUTION
Avatar of aibusinesssolutions
aibusinesssolutions
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial