Click here to Skip to main content
15,915,093 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to comunicate Web Application and Windows Service Pin
Deepak the Cool1-Jul-09 19:26
Deepak the Cool1-Jul-09 19:26 
AnswerRe: How to comunicate Web Application and Windows Service Pin
Brij1-Jul-09 19:35
mentorBrij1-Jul-09 19:35 
GeneralRe: How to comunicate Web Application and Windows Service Pin
Deepak the Cool1-Jul-09 19:42
Deepak the Cool1-Jul-09 19:42 
GeneralRe: How to comunicate Web Application and Windows Service Pin
Brij1-Jul-09 19:53
mentorBrij1-Jul-09 19:53 
Questionget facebook html code Pin
maqromedia1-Jul-09 14:36
maqromedia1-Jul-09 14:36 
AnswerRe: get facebook html code Pin
Not Active1-Jul-09 17:53
mentorNot Active1-Jul-09 17:53 
GeneralRe: get facebook html code Pin
skipmano1-Jul-09 18:08
skipmano1-Jul-09 18:08 
GeneralRe: get facebook html code Pin
Abhijit Jana1-Jul-09 18:39
professionalAbhijit Jana1-Jul-09 18:39 
AnswerRe: get facebook html code Pin
Brij1-Jul-09 18:51
mentorBrij1-Jul-09 18:51 
Questionpassword recovery in asp.net 3.5 Pin
ashutosh_karna1-Jul-09 12:15
ashutosh_karna1-Jul-09 12:15 
AnswerRe: password recovery in asp.net 3.5 Pin
Christian Graus1-Jul-09 12:49
protectorChristian Graus1-Jul-09 12:49 
Questionasp.net with C# Pin
ssweetu1-Jul-09 10:06
ssweetu1-Jul-09 10:06 
AnswerRe: asp.net with C# Pin
Abhijit Jana1-Jul-09 10:17
professionalAbhijit Jana1-Jul-09 10:17 
AnswerRe: asp.net with C# Pin
Christian Graus1-Jul-09 12:25
protectorChristian Graus1-Jul-09 12:25 
QuestionDropdownlist Pin
mahichandu1-Jul-09 7:57
mahichandu1-Jul-09 7:57 
AnswerRe: Dropdownlist Pin
Not Active1-Jul-09 8:16
mentorNot Active1-Jul-09 8:16 
GeneralRe: Dropdownlist Pin
mahichandu1-Jul-09 8:19
mahichandu1-Jul-09 8:19 
GeneralRe: Dropdownlist Pin
Not Active1-Jul-09 8:34
mentorNot Active1-Jul-09 8:34 
QuestionHow to push down the footer to bottom in master page Pin
meeram3951-Jul-09 6:35
meeram3951-Jul-09 6:35 
AnswerRe: How to push down the footer to bottom in master page Pin
Not Active1-Jul-09 8:20
mentorNot Active1-Jul-09 8:20 
AnswerRe: How to push down the footer to bottom in master page Pin
Abhijit Jana1-Jul-09 8:32
professionalAbhijit Jana1-Jul-09 8:32 
GeneralRe: How to push down the footer to bottom in master page Pin
Not Active1-Jul-09 8:38
mentorNot Active1-Jul-09 8:38 
AnswerRe: How to push down the footer to bottom in master page Pin
cmk1-Jul-09 14:49
cmk1-Jul-09 14:49 
Add the following styles to the footer class:
position: fixed;
bottom: 0;

However, this will probably not give you the result you want.

You probably want one of 2 effects:

1. header and footer always visible, body has vert scroll bar.
to do this use the fixed and top/bottom styles for the header/footer and set overflow to auto or scroll.

2. footer is at bottom of window if body less than window height, else it's at normal location at bottom of (scrolled) page.
need to use javascript e.g. something like http://www.ben-griffiths.com/project/jquery-position-footer/[^] ... although this solution is overly complex and doesn't handle ajax added data.

...cmk

The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying.
- John Carmack

QuestionSession End Pin
zeeShan anSari1-Jul-09 3:22
zeeShan anSari1-Jul-09 3:22 
AnswerRe: Session End Pin
Manas Bhardwaj1-Jul-09 3:29
professionalManas Bhardwaj1-Jul-09 3:29 

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.