1
Answer

Get Value from another table

Ramco Ramco

Ramco Ramco

2y
586
1

Hi

  I have a repeater . In Item Databound i have Hidden field value in a variable

I want to get its Name from another table

HiddenField hdfSessionPlanID = ((HiddenField)e.Item.FindControl("hdfSessionPlanID"));

I want to get SessionName from another table

Thanks

Answers (1)