//Write this code on the button_click event ...
private void button1_Click(object sender, EventArgs e)
{
ComboBox a = new ComboBox ();
this.Controls.Add (a);
}
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Nikhil KumarPosted Apr 20, 2009, 2:12 AM
Join me at :www.dotnetask.blog.co.in :)