How can i load the text box and label at the runtime based
on the existing text box and tabel
Answer Posted / dhara
public void labelcontrol()
{
label l=new label();
l.visible=true;
l.location =new point(100,100);
l.text="Name";
this.controls.add(l);
}
FOR CREATING LABEL AT RUNTIME.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the Difference between the public and private ?
What is an int in c#?
What floating point types is supported in C#?
Is array a collection c#?
What does protected internal access modifier mean?
What are data types in C#?
What are cshtml files?
What is a helper method in c#?
What is the difference between dataset and datatable in c#?
How do I create multifile assembly?
What is a .exe extension files? How is it similar to .dll extension files?
What is anonymous methods in c#?
What is data binding with example?
Explain the accessibility modifier protected internal?
What is the difference between proc. Sent by val and by sub?