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 / anil

Generally code goes like this
private void LoadControl()
{
TextBox tb = new TextBox();
tb.Location = new Point(500, 100);
tb.Visible = true;
this.Controls.Add(tb);
}

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a void c#?

963


Describe the process of “exception handling implementation” in c#?

1021


What is difference between destructor and finalize?

994


Is friend a constructor?

965


What is an assembly loader?

996


Is string value type c#?

964


What is the difference between paramaterized constructor and copy constructor?

959


What is a dynamic assembly?

1015


How are Windows programs different from normal C-programs?

2265


Which one is trusted and which one is untrusted?

991


What is c# entity framework?

969


What is scaffolding in c#?

990


What is the difference between yield and return?

942


Explain async and await?

1932


What are the advantages of using delegates in c#?

967