Runtime created textbox size how to change the size in runtime ...... vb.net |
| Sanjay Verma replied to Dharma K at 04-Jul-08 06:26 |
Use this
VB.NET
TextBox1.Width = Unit.Pixel(100) TextBox1.Height = Unit.Pixel(20)
Hope it helps. |
| Biography |
| Asp.Net Developer |
|