Click here to Skip to main content
15,886,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: stop page reloading in asp.net Pin
T M Gray30-Mar-10 6:19
T M Gray30-Mar-10 6:19 
GeneralRe: stop page reloading in asp.net Pin
Not Active30-Mar-10 6:44
mentorNot Active30-Mar-10 6:44 
GeneralRe: stop page reloading in asp.net Pin
T M Gray30-Mar-10 7:20
T M Gray30-Mar-10 7:20 
JokeRe: stop page reloading in asp.net Pin
Rutvik Dave30-Mar-10 8:42
professionalRutvik Dave30-Mar-10 8:42 
GeneralRe: stop page reloading in asp.net Pin
MyDevBank31-Mar-10 10:17
MyDevBank31-Mar-10 10:17 
AnswerRe: stop page reloading in asp.net Pin
Rutvik Dave30-Mar-10 8:52
professionalRutvik Dave30-Mar-10 8:52 
Questionperformance issue Pin
RajpootRohan30-Mar-10 1:53
professionalRajpootRohan30-Mar-10 1:53 
AnswerRe: performance issue Pin
R. Giskard Reventlov30-Mar-10 2:20
R. Giskard Reventlov30-Mar-10 2:20 
First question might be: are you loading all of the records into a grid at startup? Perhaps you should look at only loading an appropriate subset of records.

You could also look at caching data and settings that don't change very often.

There are also a couple of articles on CP (you'll have to find them for yourself) which give good tips on how to optimise your application.

You could also use analysis tools (like Fiddler) to see what the application is doing or analyse the stored procedures; look at the explain plans and try to speed them up. Do they have the correct/any indexes?

That barely scrathces the surface and is a guess about your needs: you should be more specific about where the bottlenecks are occurring but should get you started.
me, me, me

"The dinosaurs became extinct because they didn't have a space program. And if we become extinct because we don't have a space program, it'll serve us right!"
Larry Niven

AnswerRe: performance issue Pin
Jens Meyer30-Mar-10 2:27
Jens Meyer30-Mar-10 2:27 
AnswerRe: performance issue Pin
Member 450194030-Mar-10 3:45
Member 450194030-Mar-10 3:45 
AnswerRe: performance issue Pin
MyDevBank31-Mar-10 10:24
MyDevBank31-Mar-10 10:24 
Questioni get an error when use session in the Apllication_BeginRequest [modified] Pin
ARIA 530-Mar-10 1:35
ARIA 530-Mar-10 1:35 
AnswerRe: i get an error when use session in the Apllication_BeginRequest Pin
Dinesh Mani30-Mar-10 2:00
Dinesh Mani30-Mar-10 2:00 
GeneralRe: i get an error when use session in the Apllication_BeginRequest [modified] Pin
ARIA 530-Mar-10 3:11
ARIA 530-Mar-10 3:11 
AnswerRe: i get an error when use session in the Apllication_BeginRequest Pin
T M Gray30-Mar-10 6:28
T M Gray30-Mar-10 6:28 
QuestionPassing an array from a Java file to a Webservice created in .Net Pin
someone_blank30-Mar-10 1:12
someone_blank30-Mar-10 1:12 
AnswerRe: Passing an array from a Java file to a Webservice created in .Net Pin
Abhijit Jana30-Mar-10 1:47
professionalAbhijit Jana30-Mar-10 1:47 
GeneralRe: Passing an array from a Java file to a Webservice created in .Net Pin
someone_blank30-Mar-10 6:45
someone_blank30-Mar-10 6:45 
Questionhow to bind view to gridview control using asp.net with c# Pin
developerit30-Mar-10 0:14
developerit30-Mar-10 0:14 
AnswerRe: how to bind view to gridview control using asp.net with c# Pin
Gaurav Dudeja India30-Mar-10 0:19
Gaurav Dudeja India30-Mar-10 0:19 
AnswerRe: how to bind view to gridview control using asp.net with c# Pin
Sneha Bisht30-Mar-10 0:48
Sneha Bisht30-Mar-10 0:48 
AnswerRe: how to bind view to gridview control using asp.net with c# Pin
R. Giskard Reventlov30-Mar-10 0:56
R. Giskard Reventlov30-Mar-10 0:56 
AnswerRe: how to bind view to gridview control using asp.net with c# Pin
Tej Aj30-Mar-10 2:20
Tej Aj30-Mar-10 2:20 
Questionhow to calculate the cell values in gridview using asp.net with c# Pin
developerit30-Mar-10 0:12
developerit30-Mar-10 0:12 
AnswerRe: how to calculate the cell values in gridview using asp.net with c# Pin
Dinesh Mani30-Mar-10 0:33
Dinesh Mani30-Mar-10 0: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.