Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Hi christian,

i have already disable view state for some of the column in grid view.

After binding gridview i am reading one by one row and each and every row i am go thorugh cells one by one and disable this cells enableviewState property to false.

in this way if i am doing than it is reduce viewstate from 32kb to 27 kb.

but problem is that first method fetch 250 records and i am storing this records in viewstate for later paging & sorting

& in second method i am fetch first 10 records and storing this record in view state for later sorting only. when i click second number in paging than i am fetching record from 11 to 20 and storing this one to view state.


just my problem is to when i see view source of aspx page at that time in both the case it showing me viewstate size as 27 kb only.why it is not reduced...???? In first case i have store 250 rows while in second one i have stored 10 rows in view state..

Regards,
Hemant Patel.
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 
AnswerRe: System.Runtime.InteropServices.COMException: Cannot activate application Pin
Abhishek Sur30-Jul-09 5:00
professionalAbhishek Sur30-Jul-09 5:00 
GeneralRe: System.Runtime.InteropServices.COMException: Cannot activate application Pin
vikash_singh30-Jul-09 5:33
vikash_singh30-Jul-09 5:33 

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.