hi...
i want code for automatic generation control in asp.net with vb

>automatic generation control in asp.net with vb

I guess. You want to add a web-control into a web-page dynamically.

Dim btn as New Button
  btn.Text="OK"
  form1.Controls.Add(btn)

PS: Please read the rules before posting again, in particular the 'keep it organized' one - subject titles such as 'help urgent' are not allowed.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.