Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > how to make a panel control position correctly

Reply
Thread Tools

how to make a panel control position correctly

 
 
Joe Au
Guest
Posts: n/a
 
      08-10-2004
I create a simple web form with a data grid and a panel control. The code
is shown here:

<aspataGrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 120px; POSITION:
absolute; TOP: 56px"
runat="server"></aspataGrid>
<aspanel id="Panel1" style="Z-INDEX: 102; LEFT: 120px; POSITION: absolute;
TOP: 200px" runat="server"
Width="344px" Height="40px"></aspanel>

Because the no. of rows in the data grid may vary while displaying this web
from, I would like the panel always position under the data grid. How can I
do it? Thanks a lot.

Joe.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing Java Control Panel in START menu->Control Panel: Diff javacpl.cpl and javacpl.exe? Robin Wenger Java 0 08-18-2011 06:38 AM
Why is there no "Java Control Panel" for J2EE v5upd14 ? Reinstall Java Control Panel possible? Ulf Meinhardt Java 0 07-07-2009 08:38 AM
how to make a panel control position correctly Joe Au ASP .Net 0 08-10-2004 04:29 PM
how to make panel control display in its desire position Joe Au ASP .Net 2 08-08-2004 01:41 AM
How to set position of a web control depending on other control's position at run-time? James Wong ASP .Net Web Controls 4 07-14-2004 10:24 AM



Advertisments