Click here to Skip to main content
15,902,492 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: runtime table cell value storing while postback the page Pin
N a v a n e e t h23-Oct-07 0:30
N a v a n e e t h23-Oct-07 0:30 
GeneralRe: runtime table cell value storing while postback the page Pin
hiren dave23-Oct-07 1:01
hiren dave23-Oct-07 1:01 
GeneralRe: runtime table cell value storing while postback the page Pin
N a v a n e e t h23-Oct-07 1:17
N a v a n e e t h23-Oct-07 1:17 
QuestionMenu control Pin
Lijo Rajan22-Oct-07 23:25
Lijo Rajan22-Oct-07 23:25 
AnswerRe: Menu control Pin
Spunky Coder22-Oct-07 23:40
Spunky Coder22-Oct-07 23:40 
GeneralRe: Menu control Pin
Lijo Rajan22-Oct-07 23:51
Lijo Rajan22-Oct-07 23:51 
AnswerRe: Menu control Pin
John-ph22-Oct-07 23:51
John-ph22-Oct-07 23:51 
QuestionTable Design [modified] Pin
dataminers22-Oct-07 22:57
dataminers22-Oct-07 22:57 
I have a table in MasterPage like this;

<table border="0" cellpadding="0" cellspacing="0" style="width: 800px; height: 100%">

<tr>
<td colspan="2" style="height: 126px; width: 800px;">
TITLE
</td>
</tr>

<tr>
<td style="width: 172px; height: 26px;">
ROW1
</td>

<td rowspan="3" style="height : 100%; width : 632px;">
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
</td>
</tr>

<tr>
<td style="width: 172px; height: 26px;">
ROW2
</td>
</tr>

<tr>
<td style="width: 172px; height: auto;">
ROW3
</td>
</tr>

</table>



Table Preview

TITLE
---------------------------
ROW1 | ContentPlaceHolder1
ROW2 |
ROW3 |


ROW1 and ROW2 height is 26px, and ROW3 height is auto. So I want; for example if ContentPlaceHolder1 heigh is 100px so ROW3 height automatically 48px. Another example if ContentPlaceHolder1 heigh is 200px so ROW3 height automatically 148px.

But this is not work, all row equally expand. I want to ROW1 and ROW2 must be 26px. How can I do?


Best Regards...


-- modified at 5:04 Tuesday 23rd October, 2007
AnswerRe: Table Design Pin
SABhatti23-Oct-07 4:25
SABhatti23-Oct-07 4:25 
Questionset position of output Pin
sweetypaul22-Oct-07 22:55
sweetypaul22-Oct-07 22:55 
AnswerRe: set position of output Pin
Christian Graus22-Oct-07 23:01
protectorChristian Graus22-Oct-07 23:01 
QuestionRe: set position of output Pin
sweetypaul23-Oct-07 0:02
sweetypaul23-Oct-07 0:02 
AnswerRe: set position of output Pin
Christian Graus23-Oct-07 0:53
protectorChristian Graus23-Oct-07 0:53 
GeneralRe: set position of output Pin
N a v a n e e t h23-Oct-07 1:35
N a v a n e e t h23-Oct-07 1:35 
AnswerRe: set position of output Pin
Spunky Coder22-Oct-07 23:03
Spunky Coder22-Oct-07 23:03 
Questionhow to deploy asp.net project [modified] Pin
ps.srinivasan22-Oct-07 22:04
ps.srinivasan22-Oct-07 22:04 
AnswerRe: how to deploy asp.net project Pin
Imran Khan Pathan22-Oct-07 22:36
Imran Khan Pathan22-Oct-07 22:36 
GeneralRe: how to deploy asp.net project Pin
ps.srinivasan22-Oct-07 23:24
ps.srinivasan22-Oct-07 23:24 
GeneralRe: how to deploy asp.net project Pin
Imran Khan Pathan23-Oct-07 2:05
Imran Khan Pathan23-Oct-07 2:05 
AnswerRe: how to deploy asp.net project Pin
Baran M22-Oct-07 22:47
Baran M22-Oct-07 22:47 
AnswerRe: how to deploy asp.net project Pin
John-ph23-Oct-07 0:14
John-ph23-Oct-07 0:14 
QuestionService Unavailable Pin
ngrj22-Oct-07 21:57
ngrj22-Oct-07 21:57 
AnswerRe: Service Unavailable Pin
pmarfleet22-Oct-07 22:43
pmarfleet22-Oct-07 22:43 
Questionclose the popup window Pin
saravanan0522-Oct-07 21:47
saravanan0522-Oct-07 21:47 
AnswerRe: close the popup window Pin
M LN Rao22-Oct-07 22:31
M LN Rao22-Oct-07 22:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.