From: Alexey Smirnov on 21 May 2010 17:56 On May 21, 9:50 pm, "xbound" <ekwong...(a)hotmail.com> wrote: > Solved. > > <asp:gridview HorizontalAlign="left" ..................... > > > After taking out that HorizonAlign attribute, the controls that come after > the gridview are lodged in their intended positions. > > Thanks for your suggestions. > > "Alexey Smirnov" <alexey.smir...(a)gmail.com> wrote in message > > news:271dc3f4-5ac7-427f-bb06-819859116442(a)y12g2000vbg.googlegroups.com... > > > > > On May 21, 9:17 pm, "xbound" <ekwong...(a)hotmail.com> wrote: > >> I have several of <br />. That doesn't work. > > >> "Alexey Smirnov" <alexey.smir...(a)gmail.com> wrote in message > > >>news:d2c83b72-e9a0-40eb-ad3d-58f6ba38fd36(a)v37g2000vbv.googlegroups.com.... > > >> > On May 21, 8:56 pm, "xbound" <ekwong...(a)hotmail.com> wrote: > >> >> I'm using VS 2005 and having problems aligning controls AFTER a > >> >> gridview. > > >> >> Controls placed above the gridview all go where I want them to go, but > >> >> not > >> >> those below. For example, a button I want it to appear below the > >> >> gridview > >> >> appears to the gridview's right instead, whether it's in the design > >> >> view > >> >> or > >> >> when the web page is run. I want this button OUTSIDE and BELOW the > >> >> gridview. > > >> >> Maybe it's just a simple thing I miss or something about the gridview > >> >> I > >> >> did > >> >> not grasp. Any insight or workaround appreciated. > > >> > gridview > >> > <br /> > >> > button > > > table-less layout? > > > <div style="clear:both" /> Well, normally you don't need to set this, but I think it depends on your layout. Glad, that it works now. Cheers!
First
|
Prev
|
Pages: 1 2 Prev: One button to know which button got clicked? Next: Full "Loop" jSON Example? |