Removing the border of Text box and combo box
-
Hi all Can any tell me how to remove the border of a text box and combo box. My application is in asp.net and i am writing the code in VB. For example the look should be like this NAME Prakash consider Prakash is in text box but it should look like what i wrote. I tried like this but didn't work TxtFname.BorderColor = Color.Transparent TxtFname.BorderStyle = BorderStyle.None TxtFname.ReadOnly = True Regards
Prakash Mishra(Banglore,India)
-
Hi all Can any tell me how to remove the border of a text box and combo box. My application is in asp.net and i am writing the code in VB. For example the look should be like this NAME Prakash consider Prakash is in text box but it should look like what i wrote. I tried like this but didn't work TxtFname.BorderColor = Color.Transparent TxtFname.BorderStyle = BorderStyle.None TxtFname.ReadOnly = True Regards
Prakash Mishra(Banglore,India)
It s working for me..Where did you put the code in your application code behind?
Regards, Sylvester G If we don't succeed, we run the risk of failure
-
It s working for me..Where did you put the code in your application code behind?
Regards, Sylvester G If we don't succeed, we run the risk of failure
actually the text box property should change when i click on a button so i cant write in page load. so wrote the code on the click event of that button. But problem is i have a background color in the table and text box is showing a white square background. And what about combo box i think its not possible this way?? Regards
Prakash Mishra(Banglore,India)