<asp:Textbox> Width is not working
-
using multiline text box. trying to set width in px. but it's not working. Need Help. Thanks in Advance.
Have A Nice Day! Murali.M Blog
-
using multiline text box. trying to set width in px. but it's not working. Need Help. Thanks in Advance.
Have A Nice Day! Murali.M Blog
It should work now!
-
It should work now!
hi thanks for your reply. Problem is width is display in design time, but different size is shown in runtime.
Have A Nice Day! Murali.M Blog
-
using multiline text box. trying to set width in px. but it's not working. Need Help. Thanks in Advance.
Have A Nice Day! Murali.M Blog
Use your browser's developer tools to inspect the generated
<textarea>
element. You probably have other CSS styles overriding the width.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
It should work now!
test
-
hi thanks for your reply. Problem is width is display in design time, but different size is shown in runtime.
Have A Nice Day! Murali.M Blog
I didn't get you.. can u send the pics?
-
using multiline text box. trying to set width in px. but it's not working. Need Help. Thanks in Advance.
Have A Nice Day! Murali.M Blog
It should work as per syntax. May be there is some style is defined for textbox in any external css file that's why it is overriding the width during runtime. So, add css class to override width in Multiline textbox.
-
using multiline text box. trying to set width in px. but it's not working. Need Help. Thanks in Advance.
Have A Nice Day! Murali.M Blog
You can use Columns property to increase with for multiline texxbox.