I think it's a Stupid Question, But I can't find right responses ...
I create a simple mobilewebform
And I put on it some mobile controls, as is:
[...]
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
<mobile:Form id="Form1" runat="server">
<mobile:TextBox id="TextBox1" Size="4"
Runat="server">abcdefghijklmnopqrstuvwxyz</mobile:TextBox>
<mobile:TextView id="TextView1" runat="server">TextView</mobile:TextView>
</mobile:Form>
</body>
[...]
My problem is that those controls fills the HOLE anchor of the MobilePage.
From Left to Right
I want to put two textbox controls on the same line, and it seems to be the
AREA of each control that can not be resize and always fill the anchor of
the web mobile page.
I'm using VS2003.
It's Silly, I know, but I need Help ASAP.
Thanks very Much.

Signature
John Coffey [EChM#2645]
VStrom 650 '05 Red Storm
kapilp - 29 Mar 2006 21:26 GMT
look at the BreakAfter property of the controls.

Signature
Thank You,
Kapil Pershad