Click here to Skip to main content
15,887,434 members
Home / Discussions / C#
   

C#

 
AnswerRe: shutdown my computer Pin
Rajesh R Subramanian22-Jun-09 5:41
professionalRajesh R Subramanian22-Jun-09 5:41 
Questionhi all programmer Pin
thyrith22-Jun-09 3:40
thyrith22-Jun-09 3:40 
AnswerRe: hi all programmer Pin
musefan22-Jun-09 3:43
musefan22-Jun-09 3:43 
GeneralRe: hi all programmer Pin
harold aptroot22-Jun-09 4:54
harold aptroot22-Jun-09 4:54 
AnswerRe: hi all programmer Pin
Manas Bhardwaj22-Jun-09 5:17
professionalManas Bhardwaj22-Jun-09 5:17 
AnswerRe: hi all programmer Pin
Rajesh R Subramanian22-Jun-09 5:46
professionalRajesh R Subramanian22-Jun-09 5:46 
GeneralADO.NET Pin
Isaac Gordon22-Jun-09 2:37
Isaac Gordon22-Jun-09 2:37 
GeneralRe: ADO.NET Pin
Manas Bhardwaj22-Jun-09 2:46
professionalManas Bhardwaj22-Jun-09 2:46 
Sharma Dinesh Kumar wrote:
Then filter further records using row filter it also take time


Use the WHERE clause in the SQL itself. It would trip the the number of rows returned.

Sharma Dinesh Kumar wrote:
please suggest me how i can improve my performance so featch record fast as possible as possible.


Are you really displaying the 2000000 all at once?Confused | :confused:
If not, use the paging instead and get the number of rows from the SQL on each page change.

Manas Bhardwaj
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

GeneralRe: ADO.NET Pin
EliottA22-Jun-09 2:51
EliottA22-Jun-09 2:51 
GeneralRe: ADO.NET Pin
J4amieC22-Jun-09 3:21
J4amieC22-Jun-09 3:21 
GeneralRe: ADO.NET Pin
Henry Minute22-Jun-09 3:47
Henry Minute22-Jun-09 3:47 
Question.NET PDF Parser Pin
Programm3r22-Jun-09 2:19
Programm3r22-Jun-09 2:19 
AnswerRe: .NET PDF Parser Pin
Rajesh R Subramanian22-Jun-09 3:20
professionalRajesh R Subramanian22-Jun-09 3:20 
GeneralRe: .NET PDF Parser Pin
Programm3r22-Jun-09 3:26
Programm3r22-Jun-09 3:26 
QuestionCompile a project to a DLL-File Pin
Haris21-Jun-09 23:29
Haris21-Jun-09 23:29 
AnswerRe: Compile a project to a DLL-File Pin
Christian Graus21-Jun-09 23:34
protectorChristian Graus21-Jun-09 23:34 
GeneralRe: Compile a project to a DLL-File Pin
Haris21-Jun-09 23:41
Haris21-Jun-09 23:41 
GeneralRe: Compile a project to a DLL-File Pin
Manas Bhardwaj21-Jun-09 23:47
professionalManas Bhardwaj21-Jun-09 23:47 
GeneralRe: Compile a project to a DLL-File Pin
Haris22-Jun-09 1:05
Haris22-Jun-09 1:05 
GeneralRe: Compile a project to a DLL-File Pin
DoctorMick22-Jun-09 6:11
DoctorMick22-Jun-09 6:11 
GeneralRe: Compile a project to a DLL-File Pin
Haris22-Jun-09 6:28
Haris22-Jun-09 6:28 
QuestionC# and Outlook Pin
GerhardVanNiekerk00021-Jun-09 22:01
GerhardVanNiekerk00021-Jun-09 22:01 
AnswerRe: C# and Outlook Pin
Mycroft Holmes21-Jun-09 22:09
professionalMycroft Holmes21-Jun-09 22:09 
GeneralRe: C# and Outlook Pin
GerhardVanNiekerk00021-Jun-09 22:28
GerhardVanNiekerk00021-Jun-09 22:28 
GeneralRe: C# and Outlook Pin
led mike22-Jun-09 4:50
led mike22-Jun-09 4:50 

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.