2
Reply

Add Control in Dataset in vb.net

rachayita jaiswal

rachayita jaiswal

Oct 3 2013 6:01 AM
869
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..............

Answers (2)