MobileControl and IE

  • Thread starter Thread starter Mircea Pleteriu
  • Start date Start date
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 don't know enough off the top of my head about how ASP.NET and the mobile
controls work to be able to answer your question.

This newsgroup is for client-side (i.e., on a device) applications that use
the .NET Compact Framework. You might try posting your question in a
newsgroup that focuses on ASP.NET and the mobile controls. I think
microsoft.public.dotnet.framework.aspnet.mobile might fit the bill.

Good luck.
 
Back
Top