I am trying to extract a cell from a row in a table and store it in a variable. I thought I had defined everything properly but obviously I am missing something. Can someone point out the obvious?
Here is the code:
int SelectedReferralQueueId;
SelectedReferralQueueId = this.ReferralListWebGrid.D
isplayLayo
ut.Selecte
dRows[0].C
ells.FromK
ey("REFERR
AL_QUEUE_I
D").Value;
----------
----------
squiggle line under the word "this"
Start Free Trial