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
Is string a primitive data type in c#?
What does firstordefault mean in c#?
Are attributes inherited c#?
What are logical operators in c#?
What is namespace in oop?
What is the purpose of c#?
Can hashset contain duplicates c#?
What is signature c#?
What does exclamation mark mean in access query?
Why singleton pattern is used in c#?
How to Install uninstall assemblies into GAC?
How do you clear a list in c#?
What is dll file in c#?
What is a hashset c#?
Are private members inherited in c#?