How to manipulate width of textbox programmaticall
Hi guys,
How do you manipulate width, height and bgColor of a textbox programmatically in aspx Web Page's code-behind form?
I tried:
[u]Textbox1.Width.ToString</u> = 742px
And get âExpression is a value and therefore cannot be the target of an assignmentâ in reference to the underlined.
Drop me a line, thanks Henry
|