Click here to Skip to main content
15,918,003 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRSS Files????Please help Pin
DarynRoberts18-Aug-07 3:51
DarynRoberts18-Aug-07 3:51 
AnswerRe: RSS Files????Please help Pin
Fred_Smith18-Aug-07 5:28
Fred_Smith18-Aug-07 5:28 
GeneralRe: RSS Files????Please help Pin
DarynRoberts19-Aug-07 21:20
DarynRoberts19-Aug-07 21:20 
GeneralRe: RSS Files????Please help Pin
Fred_Smith19-Aug-07 22:29
Fred_Smith19-Aug-07 22:29 
QuestionPageIndexChanged not firing in DataGrid if EnableViewState is false Pin
Anees Mitha18-Aug-07 3:23
Anees Mitha18-Aug-07 3:23 
AnswerRe: PageIndexChanged not firing in DataGrid if EnableViewState is false Pin
Fred_Smith18-Aug-07 3:36
Fred_Smith18-Aug-07 3:36 
GeneralRe: PageIndexChanged not firing in DataGrid if EnableViewState is false Pin
Anees Mitha18-Aug-07 3:54
Anees Mitha18-Aug-07 3:54 
GeneralRe: PageIndexChanged not firing in DataGrid if EnableViewState is false Pin
Fred_Smith18-Aug-07 4:08
Fred_Smith18-Aug-07 4:08 
No, it'a not a bug - it's by reading the viewstate that asp.net can perform the paging; if you turn it off, it has no way of knowing what page you are on.

If you really want to turn it off (though if you are displaying that much "huge" information on the page I'd suggest you look again at this: perhaps links to the individual reports would be better?) you will have to "fake" your own paging instead of relying on the datagrid's inbuilt functionality.

Only read and display the first 10 (?) records; find out how many there actually are and dynamically write links to each set of 10... each link will cause the page to reload pulling only the required records (bit more coding there for you to work out!), and you will also have to re-calculate and re-write your page links again each time....




GeneralRe: PageIndexChanged not firing in DataGrid if EnableViewState is false Pin
Anees Mitha18-Aug-07 9:43
Anees Mitha18-Aug-07 9:43 
AnswerRe: PageIndexChanged not firing in DataGrid if EnableViewState is false Pin
DavidNohejl18-Aug-07 8:00
DavidNohejl18-Aug-07 8:00 
GeneralRe: PageIndexChanged not firing in DataGrid if EnableViewState is false Pin
Anees Mitha18-Aug-07 9:39
Anees Mitha18-Aug-07 9:39 
GeneralRe: PageIndexChanged not firing in DataGrid if EnableViewState is false Pin
DavidNohejl18-Aug-07 10:36
DavidNohejl18-Aug-07 10:36 
AnswerRe: PageIndexChanged not firing in DataGrid if EnableViewState is false Pin
K.P.Kannan18-Aug-07 15:13
K.P.Kannan18-Aug-07 15:13 
Questionwindow.showModalDialog problem Pin
codelinks18-Aug-07 2:38
codelinks18-Aug-07 2:38 
AnswerRe: window.showModalDialog problem Pin
Michael Sync19-Aug-07 7:21
Michael Sync19-Aug-07 7:21 
QuestionExtending Session Timing Pin
jithbiz003318-Aug-07 0:56
jithbiz003318-Aug-07 0:56 
AnswerRe: Extending Session Timing Pin
Fred_Smith18-Aug-07 1:40
Fred_Smith18-Aug-07 1:40 
GeneralRe: Extending Session Timing Pin
jithbiz003321-Aug-07 20:56
jithbiz003321-Aug-07 20:56 
QuestionGridView in asp.net Pin
Milind Panchal18-Aug-07 0:50
Milind Panchal18-Aug-07 0:50 
AnswerRe: GridView in asp.net Pin
jithbiz003318-Aug-07 0:54
jithbiz003318-Aug-07 0:54 
Questionproblem with validators in my form Pin
mrkeivan18-Aug-07 0:36
mrkeivan18-Aug-07 0:36 
AnswerRe: problem with validators in my form Pin
Christian Graus18-Aug-07 0:43
protectorChristian Graus18-Aug-07 0:43 
AnswerRe: problem with validators in my form Pin
DavidNohejl19-Aug-07 8:36
DavidNohejl19-Aug-07 8:36 
QuestionCapturing Browser Close button Pin
metallica_rock1017-Aug-07 23:10
metallica_rock1017-Aug-07 23:10 
AnswerRe: Capturing Browser Close button Pin
Vasudevan Deepak Kumar17-Aug-07 23:13
Vasudevan Deepak Kumar17-Aug-07 23:13 

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.