Click here to Skip to main content
15,899,679 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: filtering a Datagrid using standard controls Pin
praveen00322-Feb-09 0:58
praveen00322-Feb-09 0:58 
Questioncrystal reports Pin
aratireddy19-Feb-09 23:14
aratireddy19-Feb-09 23:14 
AnswerRe: crystal reports Pin
mr_muskurahat20-Feb-09 4:20
mr_muskurahat20-Feb-09 4:20 
QuestionCACHING IN ASP.NET Pin
member2719-Feb-09 23:04
member2719-Feb-09 23:04 
AnswerRe: CACHING IN ASP.NET Pin
ToddHileHoffer20-Feb-09 4:40
ToddHileHoffer20-Feb-09 4:40 
QuestionPerformance of webpage Pin
farogh haider19-Feb-09 23:03
farogh haider19-Feb-09 23:03 
AnswerRe: Performance of webpage Pin
Brij19-Feb-09 23:28
mentorBrij19-Feb-09 23:28 
AnswerRe: Performance of webpage Pin
Satish3220-Feb-09 0:43
Satish3220-Feb-09 0:43 
I believe you are using paging feature for displaying 2000 rows in grid view.

Transfer 2000 rows across the network will take long time and application becomes very slow.

Instead of that you can write a stored procedure, which will fetch only those rows which are supposed to display on a particular page ( suppose if page size is 20 and User clicks on 3rd page your stored procedure should fetch the rows from 41 to 60 records)

you can find variety of stored procedures on the net for doing this, just Google.

Satish

AnswerRe: Performance of webpage Pin
Xmen Real 20-Feb-09 17:45
professional Xmen Real 20-Feb-09 17:45 
Questionhow to populate grid view with list of files. [modified] Pin
aashish.saalvi19-Feb-09 22:46
aashish.saalvi19-Feb-09 22:46 
AnswerRe: how to populate grid view with list of files. [modified] Pin
rakeshs31219-Feb-09 23:37
rakeshs31219-Feb-09 23:37 
AnswerRe: how to populate grid view with list of files. Pin
Member 43782053-Mar-09 7:07
Member 43782053-Mar-09 7:07 
QuestionHow To Store File Path In Access Databse in ASP.net using C# Pin
aashish.saalvi19-Feb-09 22:23
aashish.saalvi19-Feb-09 22:23 
AnswerRe: How To Store File Path In Access Databse in ASP.net using C# Pin
Vimalsoft(Pty) Ltd19-Feb-09 22:34
professionalVimalsoft(Pty) Ltd19-Feb-09 22:34 
AnswerRe: How To Store File Path In Access Databse in ASP.net using C# Pin
farogh haider19-Feb-09 23:13
farogh haider19-Feb-09 23:13 
AnswerRe: How To Store File Path In Access Databse in ASP.net using C# [modified] Pin
rakeshs31219-Feb-09 23:40
rakeshs31219-Feb-09 23:40 
QuestionDoes dll developed using Framework 3.5 will work in Framework 2.0 server Pin
Exelioindia19-Feb-09 22:10
Exelioindia19-Feb-09 22:10 
AnswerRe: Does dll developed using Framework 3.5 will work in Framework 2.0 server Pin
Christian Graus19-Feb-09 22:17
protectorChristian Graus19-Feb-09 22:17 
Questionhow to generate the dynamic menu in front end.(sequence and page hiearachy pass by the adminstrator) Pin
keyur satyadev19-Feb-09 21:57
keyur satyadev19-Feb-09 21:57 
QuestionValidation of viewstate MAC failed Pin
NidhiKanu19-Feb-09 21:34
professionalNidhiKanu19-Feb-09 21:34 
AnswerRe: Validation of viewstate MAC failed Pin
Pratik Vasant Shah20-Feb-09 1:31
Pratik Vasant Shah20-Feb-09 1:31 
GeneralRe: Validation of viewstate MAC failed Pin
NidhiKanu20-Feb-09 1:50
professionalNidhiKanu20-Feb-09 1:50 
QuestionComma Separated Value Pin
krishna2gubbala19-Feb-09 21:32
krishna2gubbala19-Feb-09 21:32 
AnswerRe: Comma Separated Value Pin
Christian Graus19-Feb-09 21:59
protectorChristian Graus19-Feb-09 21:59 
AnswerRe: Comma Separated Value Pin
J4amieC19-Feb-09 22:10
J4amieC19-Feb-09 22:10 

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.