ASP.Net textbox width
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Whats is the default width, height of the ASP.Net textbox. In my form I have textboxes and one custom control which is using writer.AddAttribute(HtmlTextWriterAttribute.Type, "text"); -> for this I need to set the height, width same as asp.net textbox to do the formatting. I am setting like this in the custom control writer.AddStyleAttribute(HtmlTextWriterStyle.Width, "138px"); here I need the asp.net textbox width? How we get the default width? Thanks