Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is tpl in c#?

934


Is c# an open source language?

1032


Explain the difference between boxing and unboxing.

1070


Can abstract class have constructor?

921


What is an inheritance ?Give an example in which inheritance is used?

1080


What is a linked list c#?

930


What are the Types of assemblies that can be created in dotnet

1210


What is the difference between ref and out in c#?

944


What are methods c#?

929


Can an array be null c#?

990


What will a loop recorder show?

1037


Why do we write system in c#?

968


What is the difference between gettype and typeof in c#?

953


State two different types of access modifiers.

1068


What is the difference between finalize() and dispose() methods?

1028