Click here to Skip to main content
16,005,178 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: sql server autogenerate poperty Pin
Sonia Gupta5-Jul-07 18:58
Sonia Gupta5-Jul-07 18:58 
QuestionHow to download files from server to client machine Pin
Kurian_Kurian5-Jul-07 16:57
Kurian_Kurian5-Jul-07 16:57 
AnswerRe: How to download files from server to client machine Pin
Sonia Gupta5-Jul-07 19:27
Sonia Gupta5-Jul-07 19:27 
QuestionCreate Form Control Dynamically Pin
sumanshakya5-Jul-07 15:27
sumanshakya5-Jul-07 15:27 
AnswerRe: Create Form Control Dynamically Pin
Christian Graus5-Jul-07 15:32
protectorChristian Graus5-Jul-07 15:32 
AnswerRe: Create Form Control Dynamically Pin
Sathesh Sakthivel5-Jul-07 16:02
Sathesh Sakthivel5-Jul-07 16:02 
GeneralRe: Create Form Control Dynamically Pin
Christian Graus5-Jul-07 16:18
protectorChristian Graus5-Jul-07 16:18 
Questionwhy it didn't work? Pin
caiter5-Jul-07 9:53
caiter5-Jul-07 9:53 
the following is my master-page:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="UBG_Test.master.cs" Inherits="UBG_Test" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>

<body>
<form id="form1" runat="server">
<asp:Table ID="tbMaster" Width="795" runat="server" BorderColor="AliceBlue" CellSpacing="1" CellPadding="1" BorderWidth=1>
<asp:TableRow ID="trContent" Height=100% >

<asp:TableCell VerticalAlign="Top" BorderWidth=2 >
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</asp:TableCell>

<asp:TableCell Width="166px" Height="100%" BorderWidth=2 BackColor="blue" >
<asp:Table ID="ttt" Width=100% height="100%" BorderWidth=2 BackColor=green runat=server>
<asp:TableRow height="100%">
<asp:TableCell height="100%"><br /></asp:TableCell>
</asp:TableRow>
</asp:table>
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</form>
</body>
</html>
I just want to the table (named "ttt") height automatic = content_page's height. It could work in firefox, but not in IE7, why?
thanks!
AnswerRe: why it didn't work? Pin
Venkatesh Mookkan5-Jul-07 20:07
Venkatesh Mookkan5-Jul-07 20:07 
GeneralRe: why it didn't work? Pin
caiter6-Jul-07 3:59
caiter6-Jul-07 3:59 
QuestionComboBox in datagrid Pin
bluesperrow5-Jul-07 8:56
bluesperrow5-Jul-07 8:56 
AnswerRe: ComboBox in datagrid Pin
Vasudevan Deepak Kumar5-Jul-07 9:01
Vasudevan Deepak Kumar5-Jul-07 9:01 
AnswerRe: ComboBox in datagrid Pin
kubben5-Jul-07 9:14
kubben5-Jul-07 9:14 
QuestionYes/No Confirm box help! Pin
eepman255-Jul-07 8:36
eepman255-Jul-07 8:36 
AnswerRe: Yes/No Confirm box help! Pin
Christian Graus5-Jul-07 8:40
protectorChristian Graus5-Jul-07 8:40 
AnswerRe: Yes/No Confirm box help! Pin
Vasudevan Deepak Kumar5-Jul-07 9:00
Vasudevan Deepak Kumar5-Jul-07 9:00 
AnswerRe: Yes/No Confirm box help! Pin
Cfer835-Jul-07 11:20
Cfer835-Jul-07 11:20 
AnswerRe: Yes/No Confirm box help! Pin
Michael Sync5-Jul-07 15:24
Michael Sync5-Jul-07 15:24 
QuestionFinding the Lost Identity Pin
daniel995-Jul-07 8:01
daniel995-Jul-07 8:01 
AnswerRe: Finding the Lost Identity Pin
Cfer835-Jul-07 8:24
Cfer835-Jul-07 8:24 
GeneralRe: Finding the Lost Identity Pin
daniel995-Jul-07 8:49
daniel995-Jul-07 8:49 
GeneralRe: Finding the Lost Identity Pin
Cfer835-Jul-07 9:20
Cfer835-Jul-07 9:20 
Question[Message Deleted] Pin
Amitava Kar5-Jul-07 8:01
Amitava Kar5-Jul-07 8:01 
AnswerRe: asp.net Pin
Christian Graus5-Jul-07 8:38
protectorChristian Graus5-Jul-07 8:38 
GeneralRe: asp.net Pin
leckey5-Jul-07 10:05
leckey5-Jul-07 10:05 

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.