Mono Support Asp.net Form 

Viewed 28483 time(s), 2 post(s), 7/12/2014 7:25:02 PM - by Samtg
7/12/2014 7:26:12 PM
440 Reputation 38 Total posts

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.





1
7/13/2014 7:13:06 AM
15993 Reputation 2214 Total posts

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

2
This is a demo site for MonoX. Please visit Mono Software for more info.