MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Asp.net Form  (Mono Support )

Viewed 27011 time(s), 2 post(s) 7/12/2014 7:25:02 PMby Samtg
Samtg

Samtg

7/12/2014 7:26:12 PM
Hi,
     I was testing out some asp.net on a page, and was wondering, right now when I code for:

<asp:TextBox runat="server" id="Text1"></asp:TextBox>
<asp:TextBox runat="server" id="Text2"></asp:TextBox>
<asp:Button runat="server" id="submit" text="Submit"></asp:Button>

tags like Untitled[1] show above of those elements on the page, and was wondering if there was a way to have all those fields together so that it was more like a form (contiguous)?
Thanks.





This content has not been rated yet. 
440 Reputation 38 Total posts
khorvat

khorvat

7/13/2014 7:13:06 AM
Hi,

  I suppose you are talking about the WebPartZone Untitled[1] if so you should put all of you controls under Panel or custom WebPart (preferred) in order to get desired result.

Let us know if youneed anything else.

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts