FormView - How to define the RecordID?

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I have a GridView and a FormView.

I am getting that RecordID (Guid) of the row that I click in a
GridView event.

On that same event I make the FormView visible.

What is the FormView property that I should make the value = RecordIID
so I can load the data for that specific record?

Thanks,

Miguel
 
Back
Top