Click here to Skip to main content
15,892,575 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Create a Floating Form Pin
mehrnoosh28-Jul-09 22:50
mehrnoosh28-Jul-09 22:50 
AnswerRe: Create a Floating Form Pin
Abhijit Jana28-Jul-09 22:57
professionalAbhijit Jana28-Jul-09 22:57 
Questionperform custom paging in gridview on a button click Pin
smiley_jatin28-Jul-09 22:07
smiley_jatin28-Jul-09 22:07 
AnswerRe: perform custom paging in gridview on a button click Pin
Christian Graus28-Jul-09 22:15
protectorChristian Graus28-Jul-09 22:15 
GeneralRe: perform custom paging in gridview on a button click Pin
smiley_jatin29-Jul-09 0:30
smiley_jatin29-Jul-09 0:30 
QuestionCustom Paging in GridView Pin
.NET- India 28-Jul-09 21:55
.NET- India 28-Jul-09 21:55 
Questionfixed headers Pin
indian14328-Jul-09 21:50
indian14328-Jul-09 21:50 
AnswerRe: fixed headers Pin
Ravindra Bisen28-Jul-09 23:25
Ravindra Bisen28-Jul-09 23:25 
Hi dear try this...


How to Freeze GridView Header While Scrolling ?
This is very common problem in Web development that we need to freeze the GridView header at the time of scrolling, Here is one simple tips:
Step 1 : Create a CSS class as following
view plaincopy to clipboardprint?
1. .HeaderFreez
2. {
3. position:relative ;
4. top:expression(this.offsetParent.scrollTop);
5. z-index: 10;
6. }
Step 2 Set Gridview’s HeaderStyle CssClass as follows
CssClass="HeaderFreez"
That’s all. Some times we need also maintain the scroll positions while selecting any data from GridView, and quite difficult to maintain the position while we are using AJAX, I have written a complete article on that, hope this will help Maintain GridView Scroll Position inside updatepanel

Rose | [Rose]
GeneralRe: fixed headers Pin
indian14328-Jul-09 23:31
indian14328-Jul-09 23:31 
AnswerRe: fixed headers Pin
Ravindra Bisen28-Jul-09 23:54
Ravindra Bisen28-Jul-09 23:54 
GeneralRe: fixed headers Pin
indian14329-Jul-09 1:13
indian14329-Jul-09 1:13 
GeneralRe: fixed headers Pin
indian14329-Jul-09 2:59
indian14329-Jul-09 2:59 
QuestionReg: cache concept Pin
Somnath Sen28-Jul-09 21:45
Somnath Sen28-Jul-09 21:45 
AnswerRe: Reg: cache concept Pin
Abhishek Sur28-Jul-09 21:53
professionalAbhishek Sur28-Jul-09 21:53 
Questionrounded rectangle Pin
Ersan Ercek28-Jul-09 21:43
Ersan Ercek28-Jul-09 21:43 
AnswerRe: rounded rectangle Pin
Christian Graus28-Jul-09 21:44
protectorChristian Graus28-Jul-09 21:44 
QuestionI'm making a bulletin board. Pin
lsh486love28-Jul-09 21:34
lsh486love28-Jul-09 21:34 
AnswerRe: I'm making a bulletin board. Pin
Christian Graus28-Jul-09 21:38
protectorChristian Graus28-Jul-09 21:38 
AnswerRe: I'm making a bulletin board. Pin
Abhishek Sur28-Jul-09 21:50
professionalAbhishek Sur28-Jul-09 21:50 
QuestionLINQ to Dataset Conversion in asp.net with c# Pin
damubooks28-Jul-09 21:33
damubooks28-Jul-09 21:33 
AnswerRe: LINQ to Dataset Conversion in asp.net with c# Pin
talhaahmed20-Apr-10 2:33
talhaahmed20-Apr-10 2:33 
QuestionMusic player in javascript Pin
yesu prakash28-Jul-09 21:25
yesu prakash28-Jul-09 21:25 
AnswerRe: Music player in javascript Pin
Christian Graus28-Jul-09 21:36
protectorChristian Graus28-Jul-09 21:36 
GeneralRe: Music player in javascript Pin
yesu prakash28-Jul-09 23:06
yesu prakash28-Jul-09 23:06 
QuestionStudent Project Allocation using Genetic Algorithm Pin
Mads11528-Jul-09 21:09
Mads11528-Jul-09 21:09 

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.