Click here to Skip to main content
15,879,474 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: page loading time is high when not allow paging on gridview Pin
samerh29-Apr-09 23:16
samerh29-Apr-09 23:16 
AnswerRe: page loading time is high when not allow paging on gridview Pin
saanj29-Apr-09 23:08
saanj29-Apr-09 23:08 
GeneralRe: page loading time is high when not allow paging on gridview Pin
samerh29-Apr-09 23:19
samerh29-Apr-09 23:19 
AnswerRe: page loading time is high when not allow paging on gridview Pin
N a v a n e e t h29-Apr-09 23:13
N a v a n e e t h29-Apr-09 23:13 
GeneralRe: page loading time is high when not allow paging on gridview Pin
samerh29-Apr-09 23:24
samerh29-Apr-09 23:24 
AnswerRe: page loading time is high when not allow paging on gridview Pin
Andreas X30-Apr-09 1:37
professionalAndreas X30-Apr-09 1:37 
AnswerRe: page loading time is high when not allow paging on gridview Pin
Anurag Gandhi30-Apr-09 2:19
professionalAnurag Gandhi30-Apr-09 2:19 
AnswerRe: page loading time is high when not allow paging on gridview Pin
Paulo Zemek30-Apr-09 12:01
mvaPaulo Zemek30-Apr-09 12:01 
In my opinion, the difference of time is due to the ViewState usage. Have you tried to put all the 400 rows in the grid without putting any data in the ViewState? Or even try to disable the EnableViewState from the Grid control.
Even if you need the ViewState, you at least can check if the problem is caused by the viewstate or not.

As I see:
You load all records into the grid, with generates real data (the HTML of the grid) and put data into the ViewState.
Then you put the DataTable you used to do the query also in the ViewState, and at the end you have a huge ViewState that causes all the problem.
QuestionASCX user control help!! Pin
Armandt__29-Apr-09 22:13
Armandt__29-Apr-09 22:13 
AnswerRe: ASCX user control help!! Pin
dotnetmember29-Apr-09 22:23
dotnetmember29-Apr-09 22:23 
GeneralRe: ASCX user control help!! Pin
Armandt__29-Apr-09 22:34
Armandt__29-Apr-09 22:34 
GeneralRe: ASCX user control help!! Pin
Christian Graus30-Apr-09 0:14
protectorChristian Graus30-Apr-09 0:14 
GeneralRe: ASCX user control help!! Pin
Armandt__30-Apr-09 0:32
Armandt__30-Apr-09 0:32 
QuestionProblem with saving text from HTML editor Pin
janani1329-Apr-09 21:33
janani1329-Apr-09 21:33 
AnswerRe: Problem with saving text from HTML editor Pin
Jack Li29-Apr-09 22:01
Jack Li29-Apr-09 22:01 
AnswerRe: Problem with saving text from HTML editor Pin
saanj29-Apr-09 23:14
saanj29-Apr-09 23:14 
QuestionCreating dynamic textboxes without postback Pin
antony beula29-Apr-09 21:30
antony beula29-Apr-09 21:30 
AnswerRe: Creating dynamic textboxes without postback Pin
Spunky Coder29-Apr-09 21:56
Spunky Coder29-Apr-09 21:56 
AnswerRe: Creating dynamic textboxes without postback Pin
Abhishek Sur29-Apr-09 22:01
professionalAbhishek Sur29-Apr-09 22:01 
AnswerRe: Creating dynamic textboxes without postback Pin
saanj29-Apr-09 23:16
saanj29-Apr-09 23:16 
QuestionMaster Page Pin
sachees12329-Apr-09 21:18
sachees12329-Apr-09 21:18 
AnswerRe: Master Page Pin
Abhishek Sur29-Apr-09 21:50
professionalAbhishek Sur29-Apr-09 21:50 
AnswerRe: Master Page Pin
Jack Li29-Apr-09 21:51
Jack Li29-Apr-09 21:51 
AnswerRe: Master Page Pin
saanj29-Apr-09 23:17
saanj29-Apr-09 23:17 
Questionhow to strike out the yesterday dates in calendar control Pin
sowmyadaram29-Apr-09 21:14
sowmyadaram29-Apr-09 21:14 

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.