Click here to Skip to main content
16,008,942 members
Home / Discussions / C#
   

C#

 
QuestionRADIUS server Pin
Russ Ferrill25-May-07 6:21
Russ Ferrill25-May-07 6:21 
AnswerRe: RADIUS server Pin
Judah Gabriel Himango25-May-07 6:32
sponsorJudah Gabriel Himango25-May-07 6:32 
QuestionProblem getting a value from a gridview cell Pin
Furi Goled25-May-07 5:12
Furi Goled25-May-07 5:12 
AnswerRe: Problem getting a value from a gridview cell Pin
Manoj Kumar Rai25-May-07 5:33
professionalManoj Kumar Rai25-May-07 5:33 
GeneralRe: Problem getting a value from a gridview cell Pin
Furi Goled25-May-07 9:48
Furi Goled25-May-07 9:48 
GeneralRe: Problem getting a value from a gridview cell Pin
Furi Goled10-Jun-07 17:47
Furi Goled10-Jun-07 17:47 
Questionperformance problem Pin
mdzieg25-May-07 5:08
mdzieg25-May-07 5:08 
AnswerRe: performance problem Pin
Manoj Kumar Rai25-May-07 5:23
professionalManoj Kumar Rai25-May-07 5:23 
I can suggest you few points:

1) Have you indexed you tables? Indexing improves performance.
2) How many connection are you using? If you are using a new connection for each call then its a bottleneck for the performance. You should use single or limited number of connections to the data base.
3) You can check you functins for passing parameters "by reference" whenever you can do.
4) In case your database is not reciding on the same PC then you can optimize your queries so that less data travels to the Application server PC

Manoj
Never Gives up

GeneralRe: performance problem Pin
mdzieg25-May-07 5:35
mdzieg25-May-07 5:35 
QuestionC# Download Manager (Browser Integration) Pin
Barguast225-May-07 5:05
Barguast225-May-07 5:05 
AnswerRe: C# Download Manager (Browser Integration) Pin
Judah Gabriel Himango25-May-07 6:30
sponsorJudah Gabriel Himango25-May-07 6:30 
QuestionBeginner: references and calls between objects Pin
Christian Bailey25-May-07 5:00
Christian Bailey25-May-07 5:00 
AnswerRe: Beginner: references and calls between objects Pin
Judah Gabriel Himango25-May-07 6:27
sponsorJudah Gabriel Himango25-May-07 6:27 
GeneralRe: Beginner: references and calls between objects Pin
Christian Bailey25-May-07 7:28
Christian Bailey25-May-07 7:28 
QuestionHelp with the run an executable program of a number of times Pin
Anka_Ame25-May-07 4:41
Anka_Ame25-May-07 4:41 
AnswerRe: Help with the run an executable program of a number of times Pin
Judah Gabriel Himango25-May-07 4:49
sponsorJudah Gabriel Himango25-May-07 4:49 
AnswerRe: Help with the run an executable program of a number of times Pin
kubben25-May-07 4:49
kubben25-May-07 4:49 
AnswerRe: Help with the run an executable program of a number of times Pin
Luc Pattyn25-May-07 6:04
sitebuilderLuc Pattyn25-May-07 6:04 
GeneralRe: Help with the run an executable program of a number of times Pin
Anka_Ame25-May-07 4:58
Anka_Ame25-May-07 4:58 
GeneralRe: Help with the run an executable program of a number of times Pin
Manoj Kumar Rai25-May-07 5:15
professionalManoj Kumar Rai25-May-07 5:15 
AnswerRe: Help with the run an executable program of a number of times Pin
Wes Aday25-May-07 9:33
professionalWes Aday25-May-07 9:33 
QuestionFlowLayoutPanel and ScrollPositions Pin
zaboboa25-May-07 4:32
zaboboa25-May-07 4:32 
AnswerRe: FlowLayoutPanel and ScrollPositions Pin
Judah Gabriel Himango25-May-07 4:49
sponsorJudah Gabriel Himango25-May-07 4:49 
GeneralRe: FlowLayoutPanel and ScrollPositions Pin
zaboboa25-May-07 5:22
zaboboa25-May-07 5:22 
Questionhow to ingnore some characters in serach by Regular Expressions Pin
hdv21225-May-07 3:46
hdv21225-May-07 3:46 

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.