Click here to Skip to main content
15,923,083 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: as you see,please tell me why Pin
Abhishek Sur3-Jan-10 21:10
professionalAbhishek Sur3-Jan-10 21:10 
GeneralRe: as you see,please tell me why Pin
Robert_Pan3-Jan-10 22:26
Robert_Pan3-Jan-10 22:26 
QuestionChecking e-mail Accounts Pin
inayat basha3-Jan-10 8:00
inayat basha3-Jan-10 8:00 
AnswerRe: Checking e-mail Accounts Pin
JimBob SquarePants3-Jan-10 9:21
JimBob SquarePants3-Jan-10 9:21 
GeneralRe: Checking e-mail Accounts Pin
saini arun3-Jan-10 18:33
saini arun3-Jan-10 18:33 
AnswerRe: Checking e-mail Accounts Pin
saini arun3-Jan-10 18:34
saini arun3-Jan-10 18:34 
AnswerRe: Checking e-mail Accounts Pin
coolestCoder3-Jan-10 20:48
coolestCoder3-Jan-10 20:48 
AnswerRe: Checking e-mail Accounts Pin
David Mujica4-Jan-10 3:23
David Mujica4-Jan-10 3:23 
AnswerRe: Checking e-mail Accounts Pin
April Fans4-Jan-10 16:27
April Fans4-Jan-10 16:27 
Questioncreating ajax from C# Pin
Hema Bairavan3-Jan-10 6:23
Hema Bairavan3-Jan-10 6:23 
AnswerRe: creating ajax from C# Pin
N a v a n e e t h3-Jan-10 6:40
N a v a n e e t h3-Jan-10 6:40 
GeneralRe: creating ajax from C# Pin
Hema Bairavan3-Jan-10 17:11
Hema Bairavan3-Jan-10 17:11 
AnswerRe: creating ajax from C# Pin
keyur satyadev3-Jan-10 19:03
keyur satyadev3-Jan-10 19:03 
NewsRe: creating ajax from C# [modified] Pin
Hema Bairavan3-Jan-10 19:58
Hema Bairavan3-Jan-10 19:58 
QuestionQuestion regarding major decline in data retrieval efficiency Pin
James Shao3-Jan-10 2:59
James Shao3-Jan-10 2:59 
AnswerRe: Question regarding major decline in data retrieval efficiency Pin
N a v a n e e t h3-Jan-10 4:46
N a v a n e e t h3-Jan-10 4:46 
James Shao wrote:
Is this because memory was not handled properly (like datasets not disposed at the right time) or some other issues related to ADO.net?


May be. Hard to tell more without knowing more about your code. Few things which you could try,

1 - Ensure calls to Dispose() for types that implements IDisposable. Wrapping the object inside a using block is the way to go.

2 - Profile your methods and see which one is taking long time. For now, start with StopWatch class and get the execution time for the methods.

If you can provide some sample code, probably I could help more.

Best wishes,
Navaneeth

GeneralRe: Question regarding major decline in data retrieval efficiency Pin
James Shao3-Jan-10 12:27
James Shao3-Jan-10 12:27 
QuestionUnit testing is a must learn technology for an asp.net programmer? Pin
popchecker2-Jan-10 19:49
popchecker2-Jan-10 19:49 
AnswerRe: Unit testing is a must learn technology for an asp.net programmer? Pin
N a v a n e e t h3-Jan-10 4:57
N a v a n e e t h3-Jan-10 4:57 
GeneralRe: Unit testing is a must learn technology for an asp.net programmer? Pin
popchecker3-Jan-10 17:16
popchecker3-Jan-10 17:16 
GeneralRe: Unit testing is a must learn technology for an asp.net programmer? Pin
N a v a n e e t h3-Jan-10 21:39
N a v a n e e t h3-Jan-10 21:39 
GeneralRe: Unit testing is a must learn technology for an asp.net programmer? Pin
popchecker3-Jan-10 22:43
popchecker3-Jan-10 22:43 
QuestionAjax modal pop up for dynamic control Pin
Hema Bairavan2-Jan-10 18:48
Hema Bairavan2-Jan-10 18:48 
Questionexecuting procedure, Pin
Hema Bairavan2-Jan-10 17:40
Hema Bairavan2-Jan-10 17:40 
AnswerRe: executing procedure, Pin
Brij2-Jan-10 23:04
mentorBrij2-Jan-10 23:04 

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.