Hi,
can i call control in dataset?
this is my control -
Panel1.Controls.Add(image) // i am getting some value here
and this is my dataset -
dsSummary.Tables("ObjectSummary").Rows.Add(--------want to call here that control---------------)
I want help..............