Click here to Skip to main content
15,890,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Create website in IIS using Web Deploy Project from VS2008 Pin
Abhijit Jana11-Jul-09 10:46
professionalAbhijit Jana11-Jul-09 10:46 
GeneralRe: Create website in IIS using Web Deploy Project from VS2008 Pin
Manas Bhardwaj11-Jul-09 22:02
professionalManas Bhardwaj11-Jul-09 22:02 
GeneralRe: Create website in IIS using Web Deploy Project from VS2008 Pin
Abhijit Jana11-Jul-09 22:21
professionalAbhijit Jana11-Jul-09 22:21 
GeneralRe: Create website in IIS using Web Deploy Project from VS2008 Pin
Manas Bhardwaj11-Jul-09 22:38
professionalManas Bhardwaj11-Jul-09 22:38 
GeneralRe: Create website in IIS using Web Deploy Project from VS2008 Pin
DGtech11-Jul-09 22:44
DGtech11-Jul-09 22:44 
Questiondiv moving out from it's boundary Pin
Mr.Himansu11-Jul-09 2:40
Mr.Himansu11-Jul-09 2:40 
AnswerRe: div moving out from it's boundary Pin
Brij11-Jul-09 3:27
mentorBrij11-Jul-09 3:27 
AnswerRe: div moving out from it's boundary Pin
Mr.Himansu11-Jul-09 18:18
Mr.Himansu11-Jul-09 18:18 
thank you,for your reference here is my code and most important thing is i have to put div rltbg as relative positioned

body {
font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
background-color:#FFFF33;
color:#666666;
font-size:.8em;
line-height:160%;
width:760px;

margin:0px auto;
}
#wrapper
{
width:760px;
margin:0px auto;
background-color:#3399FF;

}
#Register
{
background-color:#663366;

width: 535px;
padding: 0px 0px 0px 10px;
margin:20px auto;
}
#smallbg
{
background-color:#00CCCC;
width: 545px;
height: 227px;
padding: 10px 0px 0px 10px;
margin:20px auto;
}

#parent
{
background-color:#00FF66;
width: 545px;
height: 180px;
padding: 10px 0px 0px 10px;
margin:20px auto;
}

#rltbg
{
background-color:#CC66CC;
width: 545px;
height: 107px;
position:relative;

}
<div id="wrapper">1
<div id="Register">2
<div id="smallbg">3
<div id="parent">4
<div id="rltbg">this div should be relative positioned</div>
</div>
</div>
</div>
</div>
Questionhi friends can any one suggest me to fix this problem Pin
Narsimha0911-Jul-09 0:42
Narsimha0911-Jul-09 0:42 
AnswerRe: hi friends can any one suggest me to fix this problem Pin
Abhijit Jana11-Jul-09 0:45
professionalAbhijit Jana11-Jul-09 0:45 
GeneralRe: hi friends can any one suggest me to fix this problem Pin
Narsimha0911-Jul-09 1:03
Narsimha0911-Jul-09 1:03 
GeneralRe: hi friends can any one suggest me to fix this problem Pin
Abhijit Jana11-Jul-09 1:28
professionalAbhijit Jana11-Jul-09 1:28 
QuestionIndex was outside... Pin
spruha36911-Jul-09 0:00
spruha36911-Jul-09 0:00 
AnswerRe: Index was outside... Pin
Brij11-Jul-09 0:18
mentorBrij11-Jul-09 0:18 
AnswerRe: Index was outside... Pin
Christian Graus11-Jul-09 2:22
protectorChristian Graus11-Jul-09 2:22 
Questiondatareader Pin
mylogics10-Jul-09 23:30
professionalmylogics10-Jul-09 23:30 
AnswerRe: datareader Pin
Abhijit Jana11-Jul-09 0:04
professionalAbhijit Jana11-Jul-09 0:04 
AnswerRe: datareader Pin
Brij11-Jul-09 0:31
mentorBrij11-Jul-09 0:31 
AnswerRe: datareader [modified] Pin
N a v a n e e t h11-Jul-09 4:06
N a v a n e e t h11-Jul-09 4:06 
QuestionFileUpload Pin
Pankaj1810-Jul-09 22:30
Pankaj1810-Jul-09 22:30 
AnswerRe: FileUpload Pin
Abhijit Jana10-Jul-09 22:49
professionalAbhijit Jana10-Jul-09 22:49 
AnswerRe: FileUpload Pin
Blue_Boy10-Jul-09 22:52
Blue_Boy10-Jul-09 22:52 
AnswerRe: FileUpload Pin
Kannan Ar10-Jul-09 23:03
professionalKannan Ar10-Jul-09 23:03 
Questiondont show hidden directory Pin
ptvce10-Jul-09 22:15
ptvce10-Jul-09 22:15 
AnswerRe: dont show hidden directory Pin
Abhijit Jana10-Jul-09 22:35
professionalAbhijit Jana10-Jul-09 22:35 

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.