Dyanamically creation of texboxes

.net , asp.net Bombay, India
  • 12 years ago

    Hi guys,

    I am new in .net technology. I jst want to know how to create dynamically controls like textboxs,labels etc. depending on data thet being fetch from oracle databse. plz help me for this.

  • 12 years ago

     see http://www.developerfusion.co.uk/show/3156/

    probably it may help you. 

  • 12 years ago

     

    TextBox txt = new TextBox();

     

    this.Form.Controls.add(txt); 

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone” - Bjarne Stroustrup