Click here to Skip to main content
15,891,785 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Help me please Pin
sulabh202021-Jan-08 22:06
sulabh202021-Jan-08 22:06 
GeneralRe: Help me please Pin
Elayaraja Sambasivam22-Jan-08 3:08
Elayaraja Sambasivam22-Jan-08 3:08 
QuestionRemove item in array Pin
AnhTin21-Jan-08 20:47
AnhTin21-Jan-08 20:47 
GeneralRe: Remove item in array Pin
dilipv21-Jan-08 22:42
dilipv21-Jan-08 22:42 
QuestionRun Tim Error while Acessing a function defined in Web Service Pin
chandragupta.k21-Jan-08 20:44
chandragupta.k21-Jan-08 20:44 
QuestionHow to merge to columns in the gridview Pin
Amit.Amit.Amit...21-Jan-08 20:35
Amit.Amit.Amit...21-Jan-08 20:35 
GeneralRe: How to merge to columns in the gridview Pin
Elayaraja Sambasivam22-Jan-08 3:12
Elayaraja Sambasivam22-Jan-08 3:12 
QuestionTable alignment - urgent help needed please.. Pin
chandler8321-Jan-08 20:32
chandler8321-Jan-08 20:32 
Hi I am new to Asp.net....
I am converting a htm files in to aspx files for localization issues.

I have a table with width=100% and height = 100%.

when I open the html page inside a fixed frame window. The table is not filling the whole window.

I want the last <tr> of the table to be on the bottom frame of the window. The below is the piece of my table.

At present the last <tr> of the main table is displayed above the window size. I want the empty space between the tr and the window size to be removed....


any help is highly appreciated....



<body scroll="no" onkeypress="document_onkeypress();">
<form id="faqForm" runat="server"></form>
<table id="faqTable" cellpadding=0 cellspacing="5" border=0 width="100%" style="height: 100%">
<tr>

</tr>
<tr valign="bottom" >
<td>
<table cellpadding="0" border="0" cellspacing="0" width="100%">
<tr>
<td align="left"&gt;&lt;a class="help" href="#" onclick="openHelpWindow('FAQ_help.aspx?culture=&lt;%= Request.QueryString["culture"] %&gt;',400,500);"&gt;&lt;%= Resources.Immediacy.FAQ.FAQ_Help%&gt;&lt;/a&gt;&lt;/td&gt;
<td align="right"&gt;
<input type="button" class="button" value="&lt;%= Resources.Immediacy.FAQ.FAQ_ButtonOK >" id="ok" name="ok" onclick="doOK()"&gt;&amp;nbsp;&amp;nbsp;&lt;input class="button" type="button" value="&lt;%= Resources.Immediacy.FAQ.FAQ_ButtonCancel %&gt;" id="cancel" name="cancel" onclick="window.returnValue=false;window.close();">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
GeneralRe: Table alignment - urgent help needed please.. Pin
Elayaraja Sambasivam22-Jan-08 3:16
Elayaraja Sambasivam22-Jan-08 3:16 
Generalnew web part Pin
ptvce21-Jan-08 20:21
ptvce21-Jan-08 20:21 
QuestionSession Variable Problem Pin
sivaprakas21-Jan-08 19:50
sivaprakas21-Jan-08 19:50 
GeneralRe: Session Variable Problem Pin
bokuceres21-Jan-08 22:32
bokuceres21-Jan-08 22:32 
GeneralRe: Session Variable Problem Pin
sivaprakas23-Jan-08 16:16
sivaprakas23-Jan-08 16:16 
GeneralRe: Session Variable Problem Pin
bokuceres23-Jan-08 20:04
bokuceres23-Jan-08 20:04 
GeneralRe: Session Variable Problem Pin
sivaprakas23-Jan-08 20:09
sivaprakas23-Jan-08 20:09 
GeneralRe: Session Variable Problem Pin
bokuceres23-Jan-08 20:19
bokuceres23-Jan-08 20:19 
GeneralRe: Session Variable Problem Pin
Elayaraja Sambasivam22-Jan-08 3:21
Elayaraja Sambasivam22-Jan-08 3:21 
GeneralRe: Session Variable Problem Pin
sivaprakas23-Jan-08 16:18
sivaprakas23-Jan-08 16:18 
GeneralPrinting a grid Pin
samerh21-Jan-08 19:47
samerh21-Jan-08 19:47 
GeneralRe: Printing a grid Pin
N a v a n e e t h21-Jan-08 20:04
N a v a n e e t h21-Jan-08 20:04 
GeneralRe: Printing a grid Pin
samerh21-Jan-08 20:18
samerh21-Jan-08 20:18 
GeneralRe: Printing a grid Pin
N a v a n e e t h21-Jan-08 20:23
N a v a n e e t h21-Jan-08 20:23 
GeneralRe: Printing a grid Pin
Sutheesh22-Jan-08 0:38
Sutheesh22-Jan-08 0:38 
GeneralSingle instance of Office application in Web Pin
Elena200621-Jan-08 19:34
Elena200621-Jan-08 19:34 
GeneralRe: Single instance of Office application in Web Pin
N a v a n e e t h21-Jan-08 19:44
N a v a n e e t h21-Jan-08 19:44 

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.