Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
And in the code you write:
var query = yourAsQueryableObject;
query.Select(t=>new TextBox(){Text=t.Name}).ToList().ForEach(TargetPanel.Contorls.Add);
the meaning is something like this, the implementation will be different for you
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question