Groups | Blog | Home
all groups > asp.net mobile > march 2006 >

asp.net mobile : Dumber Problem (Question) - Resize the area for a textbox, label... etc. Need Help ASAP!!.



John Coffey
3/15/2006 7:24:05 PM

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.

--
John Coffey [EChM#2645]
VStrom 650 '05 Red Storm

kapilp
3/29/2006 12:26:02 PM
look at the BreakAfter property of the controls.

--
Thank You,
Kapil Pershad
AddThis Social Bookmark Button