G
Gunawan
Hi All,
I am new to ASP.NET programming
Suppose we have three text box
TextBox1
TextBox2
TextBox3
When I set visible property of textbox2 to false I would like to have this
view
TextBox1
TextBox3
Instead view on the below
TextBox1
TextBox3
What property on any trick to do that? Thanks.
Regards,
Gunawan
I am new to ASP.NET programming
Suppose we have three text box
TextBox1
TextBox2
TextBox3
When I set visible property of textbox2 to false I would like to have this
view
TextBox1
TextBox3
Instead view on the below
TextBox1
TextBox3
What property on any trick to do that? Thanks.
Regards,
Gunawan