Click here to Skip to main content
15,898,736 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: TextBox appear depended on checkbox Pin
Michael†Cheong15-Apr-13 23:47
Michael†Cheong15-Apr-13 23:47 
AnswerRe: TextBox appear depended on checkbox Pin
liuguozhu201515-Apr-13 18:01
liuguozhu201515-Apr-13 18:01 
GeneralRe: TextBox appear depended on checkbox Pin
Michael†Cheong15-Apr-13 23:47
Michael†Cheong15-Apr-13 23:47 
QuestionMulti Language Support in MVC Pin
kheer13-Apr-13 17:01
kheer13-Apr-13 17:01 
AnswerRe: Multi Language Support in MVC Pin
Martin-OHV14-Apr-13 23:26
Martin-OHV14-Apr-13 23:26 
Questionthree div side by side Pin
jojoba201112-Apr-13 20:58
jojoba201112-Apr-13 20:58 
AnswerRe: three div side by side Pin
AContractor13-Apr-13 16:00
professionalAContractor13-Apr-13 16:00 
QuestionRe: three div side by side Pin
jojoba201115-Apr-13 17:28
jojoba201115-Apr-13 17:28 
thanks in advanced but its not working!
In other word :

XML
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>

<!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>
    <style type="text/css">
        #left
        {
            width: 270px; 
            float: left;
            border: solid 1px red;
        }
        #center
        {
            margin-left: 10px;
             width: 740px; 
            border: solid 1px green;
            float: left;
            margin-right: 10px;
        }
        #right
        {
            width: 255px; 
            float: right;
            border: solid 1px red;
        }
    </style>
</head>
<body>
    <form id="form1" runat="server">
    <br />
    <div id="left">
        Test Left</div>
    <div id="center">
        Test center</div>
    <div id="right">
        Test Right</div>
    <br />
    <br />
    </form>
</body>
</html>

this is image when i have three divs :

http://i49.tinypic.com/35l85jc.jpg

and when the left div is empty i wanna have like :

http://i49.tinypic.com/24zfwug.jpg

modified 16-Apr-13 0:06am.

AnswerRe: three div side by side Pin
dusty_dex15-Apr-13 23:51
dusty_dex15-Apr-13 23:51 
QuestionRe: three div side by side Pin
jojoba201116-Apr-13 18:00
jojoba201116-Apr-13 18:00 
AnswerRe: three div side by side Pin
Rockstar_16-Apr-13 18:16
professionalRockstar_16-Apr-13 18:16 
QuestionRe: three div side by side Pin
jojoba201116-Apr-13 19:29
jojoba201116-Apr-13 19:29 
QuestionEasy unsubscribe in hotmail Pin
Jassim Rahma12-Apr-13 4:45
Jassim Rahma12-Apr-13 4:45 
AnswerRe: Easy unsubscribe in hotmail Pin
R. Giskard Reventlov12-Apr-13 6:22
R. Giskard Reventlov12-Apr-13 6:22 
AnswerRe: Easy unsubscribe in hotmail Pin
Marco Bertschi13-Apr-13 7:36
protectorMarco Bertschi13-Apr-13 7:36 
AnswerRe: Easy unsubscribe in hotmail Pin
Manfred Rudolf Bihy16-Apr-13 0:12
professionalManfred Rudolf Bihy16-Apr-13 0:12 
Questionasp.net Pin
agrigold12-Apr-13 1:18
agrigold12-Apr-13 1:18 
AnswerRe: asp.net Pin
Richard MacCutchan12-Apr-13 1:53
mveRichard MacCutchan12-Apr-13 1:53 
GeneralRe: asp.net Pin
agrigold12-Apr-13 2:48
agrigold12-Apr-13 2:48 
GeneralRe: asp.net Pin
Richard MacCutchan12-Apr-13 3:27
mveRichard MacCutchan12-Apr-13 3:27 
AnswerRe: asp.net Pin
AmitGajjar15-Apr-13 2:35
professionalAmitGajjar15-Apr-13 2:35 
QuestionThere is no error but the slide show is not animating Pin
laiza ramal11-Apr-13 19:11
laiza ramal11-Apr-13 19:11 
AnswerRe: There is no error but the slide show is not animating Pin
dusty_dex11-Apr-13 22:54
dusty_dex11-Apr-13 22:54 
GeneralRe: There is no error but the slide show is not animating Pin
jkirkerx13-Apr-13 18:43
professionaljkirkerx13-Apr-13 18:43 
AnswerRe: There is no error but the slide show is not animating Pin
jkirkerx13-Apr-13 18:41
professionaljkirkerx13-Apr-13 18:41 

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.