Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Declaring variable globally Pin
srikantha_nagaraj26-Sep-09 22:50
srikantha_nagaraj26-Sep-09 22:50 
GeneralRe: Declaring variable globally Pin
Abhijit Jana26-Sep-09 23:07
professionalAbhijit Jana26-Sep-09 23:07 
GeneralRe: Declaring variable globally Pin
Abhishek Sur28-Sep-09 6:46
professionalAbhishek Sur28-Sep-09 6:46 
Questionpage not opening Pin
ais0725-Sep-09 23:37
ais0725-Sep-09 23:37 
AnswerRe: page not opening Pin
Christian Graus25-Sep-09 23:53
protectorChristian Graus25-Sep-09 23:53 
GeneralRe: page not opening Pin
ais0726-Sep-09 0:07
ais0726-Sep-09 0:07 
GeneralRe: page not opening Pin
Christian Graus26-Sep-09 0:12
protectorChristian Graus26-Sep-09 0:12 
QuestionDiv creating issues in browser wise Pin
llibin25-Sep-09 22:46
llibin25-Sep-09 22:46 
I have a div in my master page. The contentplaceholder is inside that div. My need is to display the page without scrolling the page. If the content in my page is heavy then the page will not scroll in the sense my banner and the footer have fix but the content inside the placeholder will scroll. But my problem is when i give a particular height to the div when i enter the full screen mode the footer will shifted to almost middle of the page..

I want to place the content inside that div and i need the scrolling in both full screen and normal screen mode with my footer fixed at the bottom of the page... And i need this property browser wise... Atleast for safari,IE,mozilla,chrome..

Have any solution for this problem... I will copy my design below...




<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">


The class divStyle include the property

.divStyle
{
height: 435px;
overflow: auto;

}

Oopppzz!!!!!!!

Questionimplement Captcha in asp.net Pin
vid nandha25-Sep-09 22:24
vid nandha25-Sep-09 22:24 
AnswerRe: implement Captcha in asp.net Pin
Christian Graus25-Sep-09 22:29
protectorChristian Graus25-Sep-09 22:29 
GeneralRe: implement Captcha in asp.net Pin
vid nandha25-Sep-09 22:56
vid nandha25-Sep-09 22:56 
GeneralRe: implement Captcha in asp.net Pin
Christian Graus25-Sep-09 23:23
protectorChristian Graus25-Sep-09 23:23 
AnswerRe: implement Captcha in asp.net Pin
Richard MacCutchan25-Sep-09 23:32
mveRichard MacCutchan25-Sep-09 23:32 
AnswerRe: implement Captcha in asp.net Pin
Abhijit Jana26-Sep-09 4:00
professionalAbhijit Jana26-Sep-09 4:00 
QuestionDisable all content when opening div Pin
pujafaldu25-Sep-09 22:20
pujafaldu25-Sep-09 22:20 
AnswerRe: Disable all content when opening div Pin
Christian Graus25-Sep-09 22:30
protectorChristian Graus25-Sep-09 22:30 
Questionexe problem Pin
naveen attri25-Sep-09 22:03
naveen attri25-Sep-09 22:03 
AnswerRe: exe problem Pin
Christian Graus25-Sep-09 22:14
protectorChristian Graus25-Sep-09 22:14 
GeneralRe: exe problem Pin
naveen attri25-Sep-09 22:20
naveen attri25-Sep-09 22:20 
GeneralRe: exe problem Pin
Christian Graus25-Sep-09 22:28
protectorChristian Graus25-Sep-09 22:28 
GeneralRe: exe problem Pin
naveen attri25-Sep-09 23:16
naveen attri25-Sep-09 23:16 
GeneralRe: exe problem Pin
Christian Graus25-Sep-09 23:22
protectorChristian Graus25-Sep-09 23:22 
GeneralRe: exe problem Pin
naveen attri25-Sep-09 23:25
naveen attri25-Sep-09 23:25 
GeneralRe: exe problem Pin
Christian Graus25-Sep-09 23:51
protectorChristian Graus25-Sep-09 23:51 
GeneralRe: exe problem Pin
naveen attri25-Sep-09 23:58
naveen attri25-Sep-09 23:58 

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.