Click here to Skip to main content
15,895,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: asp:ImageButton and Firefox Pin
Christian Graus30-Jul-09 11:35
protectorChristian Graus30-Jul-09 11:35 
QuestionPlaceholder Pin
comp_j30-Jul-09 10:15
comp_j30-Jul-09 10:15 
AnswerRe: Placeholder Pin
Christian Graus30-Jul-09 10:49
protectorChristian Graus30-Jul-09 10:49 
GeneralRe: Placeholder Pin
comp_j30-Jul-09 11:16
comp_j30-Jul-09 11:16 
GeneralRe: Placeholder Pin
Christian Graus30-Jul-09 11:35
protectorChristian Graus30-Jul-09 11:35 
GeneralRe: Placeholder Pin
comp_j30-Jul-09 12:17
comp_j30-Jul-09 12:17 
GeneralRe: Placeholder Pin
Christian Graus30-Jul-09 12:28
protectorChristian Graus30-Jul-09 12:28 
QuestionViewState Probelm in GridView Pin
Hemant_ec4830-Jul-09 9:37
Hemant_ec4830-Jul-09 9:37 
Hi ...

I have bind one gridview with 2 different Method.

Total 250 records are there.

In first Method I fetch all 250 record in dataset and bind in Gridview with EnablePaging = True. Mean while i am saving this dataset in view state.Here grid view show only 10 records per page.

So now when i see page source it display size of view state around 28 kb.


In second method I fetch page wise record from DB. Means for 1st page i am fetching 10 record. and storing this dataset(with only 10 records) in view state for sorting.

Now when i see page source it display the same size in view state.


Is there any other technic to reduce view state??

and why happen like this in first method it fetch 250 records and i am storing it in view state while in second method i fetch only 10 records and storing in view state still view state size remain same.
AnswerRe: ViewState Probelm in GridView Pin
Christian Graus30-Jul-09 10:50
protectorChristian Graus30-Jul-09 10:50 
GeneralRe: ViewState Probelm in GridView Pin
Hemant_ec4830-Jul-09 11:32
Hemant_ec4830-Jul-09 11:32 
GeneralRe: ViewState Probelm in GridView Pin
Christian Graus30-Jul-09 11:36
protectorChristian Graus30-Jul-09 11:36 
QuestionDynamic link button controls Pin
Ersan Ercek30-Jul-09 8:03
Ersan Ercek30-Jul-09 8:03 
AnswerRe: Dynamic link button controls Pin
Abhijit Jana30-Jul-09 8:12
professionalAbhijit Jana30-Jul-09 8:12 
GeneralRe: Dynamic link button controls Pin
Ersan Ercek30-Jul-09 8:20
Ersan Ercek30-Jul-09 8:20 
GeneralRe: Dynamic link button controls Pin
Abhijit Jana30-Jul-09 8:26
professionalAbhijit Jana30-Jul-09 8:26 
GeneralRe: Dynamic link button controls Pin
Ersan Ercek30-Jul-09 8:27
Ersan Ercek30-Jul-09 8:27 
GeneralRe: Dynamic link button controls Pin
Abhijit Jana30-Jul-09 9:01
professionalAbhijit Jana30-Jul-09 9:01 
GeneralRe: Dynamic link button controls Pin
Ersan Ercek30-Jul-09 9:17
Ersan Ercek30-Jul-09 9:17 
GeneralRe: Dynamic link button controls Pin
Ersan Ercek30-Jul-09 9:28
Ersan Ercek30-Jul-09 9:28 
GeneralRe: Dynamic link button controls Pin
Abhijit Jana30-Jul-09 9:31
professionalAbhijit Jana30-Jul-09 9:31 
GeneralRe: Dynamic link button controls Pin
Ersan Ercek30-Jul-09 9:32
Ersan Ercek30-Jul-09 9:32 
QuestionSelectedIndexChanged Event for Dropdownlist AJAX Pin
Ridge Howison30-Jul-09 7:06
Ridge Howison30-Jul-09 7:06 
AnswerRe: SelectedIndexChanged Event for Dropdownlist AJAX Pin
Abhijit Jana30-Jul-09 8:14
professionalAbhijit Jana30-Jul-09 8:14 
AnswerRe: SelectedIndexChanged Event for Dropdownlist AJAX Pin
Abhishek Sur30-Jul-09 8:59
professionalAbhishek Sur30-Jul-09 8:59 
QuestionSystem.Runtime.InteropServices.COMException: Cannot activate application Pin
vikash_singh30-Jul-09 4:56
vikash_singh30-Jul-09 4:56 

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.