Click here to Skip to main content
15,913,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Log Users Pin
Parwej Ahamad20-Jul-11 11:15
professionalParwej Ahamad20-Jul-11 11:15 
QuestionHow to dispaly columndata horizontal in gridview.... Pin
priyareguri3-Feb-09 6:55
priyareguri3-Feb-09 6:55 
AnswerRe: How to dispaly columndata horizontal in gridview.... Pin
S.Dhanasekaran4-Feb-09 3:08
S.Dhanasekaran4-Feb-09 3:08 
QuestionAccess ASP.NET applcation in LAN Pin
avvaru.murali3-Feb-09 6:19
avvaru.murali3-Feb-09 6:19 
AnswerRe: Access ASP.NET applcation in LAN Pin
Abhijit Jana3-Feb-09 6:30
professionalAbhijit Jana3-Feb-09 6:30 
AnswerRe: Access ASP.NET applcation in LAN Pin
Venkatesh Mookkan3-Feb-09 15:42
Venkatesh Mookkan3-Feb-09 15:42 
QuestionNot able access database (Sybase) after installing MSI Pin
siva4553-Feb-09 4:05
siva4553-Feb-09 4:05 
AnswerRe: Not able access database (Sybase) after installing MSI Pin
SeMartens3-Feb-09 4:29
SeMartens3-Feb-09 4:29 
AnswerRe: Not able access database (Sybase) after installing MSI Pin
Colin Angus Mackay3-Feb-09 4:58
Colin Angus Mackay3-Feb-09 4:58 
GeneralRe: Not able access database (Sybase) after installing MSI Pin
siva4553-Feb-09 16:52
siva4553-Feb-09 16:52 
QuestionMail Header Pin
Sebastian T Xavier3-Feb-09 3:19
Sebastian T Xavier3-Feb-09 3:19 
QuestionRe: Mail Header Pin
Jon Rista3-Feb-09 10:17
Jon Rista3-Feb-09 10:17 
QuestionProblem in freezing header Pin
NidhiKanu3-Feb-09 2:50
professionalNidhiKanu3-Feb-09 2:50 
Hi all


I am using this css for freezing header

.Divcontainer {
/* So the overflow scrolls */
width:98%;

/* Style */
border: 1px solid black;


}
.Divcontainer table th {
/* Keep the header cells positioned as we scroll */
position: relative;
top: expression(this.offsetParent.scrollTop - 2);
/* Style */
font-weight: bold;
height:20px;
background-color:#51c2d0;
font:bold 11px Tahoma;
color:#000000;
text-align: center;

}
.Divcontainer table th a {
/* Style */
color:#000000 ;
text-decoration: underline;
text-align: center;
font-size:11px;
font-weight:bold;
}
.Divcontainer table th a:hover {
/* Style */
color:#ffffff ;
text-decoration: underline;
text-align: center;
font-size:11px;
font-weight:bold;


}

and this is my div that contain gridview component inside it.
<div id="print_Grid" class="Divcontainer" style="height:300px;overflow:scroll; position:relative;margin:10px 0 0 10px;">

My code working well for header frezzing but in case of using dropdown control in grid,all dropdown covers header means when i move up mouse cursur then all dropdown goes up even on header.

N!dh! Smile | :)
AnswerRe: Problem in freezing header Pin
Abhijit Jana3-Feb-09 3:03
professionalAbhijit Jana3-Feb-09 3:03 
AnswerRe: Problem in freezing header Pin
Paddy Boyd3-Feb-09 3:04
Paddy Boyd3-Feb-09 3:04 
QuestionIncrease decrease page font size and control font size Pin
bmm3-Feb-09 2:32
bmm3-Feb-09 2:32 
AnswerRe: Increase decrease page font size and control font size Pin
Ranjit Viswakumar3-Feb-09 3:01
Ranjit Viswakumar3-Feb-09 3:01 
GeneralRe: Increase decrease page font size and control font size Pin
bmm3-Feb-09 3:15
bmm3-Feb-09 3:15 
QuestionRun Javascript inside Server-side code Pin
mehrdadc483-Feb-09 2:27
mehrdadc483-Feb-09 2:27 
AnswerRe: Run Javascript inside Server-side code Pin
Ranjit Viswakumar3-Feb-09 3:13
Ranjit Viswakumar3-Feb-09 3:13 
Questiondisplay another ASPX webpage inside a frame Pin
The_Collector3-Feb-09 1:46
The_Collector3-Feb-09 1:46 
AnswerRe: display another ASPX webpage inside a frame Pin
Ranjit Viswakumar3-Feb-09 3:20
Ranjit Viswakumar3-Feb-09 3:20 
GeneralRe: display another ASPX webpage inside a frame Pin
The_Collector4-Feb-09 2:03
The_Collector4-Feb-09 2:03 
QuestionHow to display Time CountDown Pin
Nekkantidivya3-Feb-09 1:41
Nekkantidivya3-Feb-09 1:41 
AnswerRe: How to display Time CountDown Pin
Abhijit Jana3-Feb-09 1:50
professionalAbhijit Jana3-Feb-09 1:50 

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.