Formview - Retrieving values

D

DesCF

If I set the DataKeyNames property of a FormView control, for example:

MyFormView.DataKeyNames = New String() {"CustomerID"}

I can retrieve the current FormView Page CustomerID value using:

MyFormView.DataKey.Value


My question is how do I retrive other field values ? for example, how do
I retrieve a field value and use it to programatically set the
SelectedValue of a DropDownList during the Load event such that the
DropDownList displayed item changes as a I page through the records ?





Des
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,045
Members
48,769
Latest member
Clifft

Latest Threads

Top