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 IComparable
How do I make a dll in c#?
What is difference between function and method in c#?
What is console readkey ()?
Is comparator a functional interface?
What is the difference between constant and readonly in c#?
What is meant by enumerable in c#?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
Explain about finalize method?
What are different types of classes in c#?
Can a class or a struct have multiple constructors?
Write a C# program to find the Factorial of n
How do you prevent a method from being overridden in c#?
How does bitwise work?
What is use of FormBoarderStyle Propertie