M
Mircea Pleteriu
Hi all,
I am developing a web mobile control. That is, derived from MobileControl.
The control is a composite control and contains 2 text box control.
I override the Render method and call the RenderControl method for each text
box.
The BIG problem is that the RenderControl renders a <br> tag just after the
<input> tag.
Is there any way to remove or not to render the <br> tags?
I am developing a web mobile control. That is, derived from MobileControl.
The control is a composite control and contains 2 text box control.
I override the Render method and call the RenderControl method for each text
box.
The BIG problem is that the RenderControl renders a <br> tag just after the
<input> tag.
Is there any way to remove or not to render the <br> tags?