Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: problem with usercontrol Pin
Deepak Nigam24-Feb-09 3:29
Deepak Nigam24-Feb-09 3:29 
GeneralRe: problem with usercontrol Pin
Greg Chelstowski24-Feb-09 3:55
Greg Chelstowski24-Feb-09 3:55 
QuestionProblem in Upadate panel,Details view, Dropdownlist Pin
Mr.Himansu24-Feb-09 1:57
Mr.Himansu24-Feb-09 1:57 
QuestionHandling Multiple Forms in ASP.NET Pin
_Sun24-Feb-09 1:51
_Sun24-Feb-09 1:51 
AnswerRe: Handling Multiple Forms in ASP.NET Pin
ToddHileHoffer24-Feb-09 8:47
ToddHileHoffer24-Feb-09 8:47 
GeneralRe: Handling Multiple Forms in ASP.NET Pin
_Sun24-Feb-09 18:05
_Sun24-Feb-09 18:05 
Questionwhich control is more faster repeater , data grid view, response.write etc Pin
Naveed72724-Feb-09 1:45
Naveed72724-Feb-09 1:45 
AnswerRe: which control is more faster repeater , data grid view, response.write etc Pin
Ennis Ray Lynch, Jr.24-Feb-09 4:57
Ennis Ray Lynch, Jr.24-Feb-09 4:57 
Data Adapters are slow, databinding is slow, data binding using DataBinder.Eval is really slow.

Get the data via a Data Reader, stuff it into a custom object, and then render the page using a repeater control without using DataBinder.Eval and I think you will notice a fair, maintainable improvement.

Also, how much data are you trying to display? Retrieve the smallest amount possible for the given screen and rendering only the required elements is another avenue for speed improvements.


Need custom software developed? I do C# development and consulting all over the United States.

A man said to the universe:
"Sir I exist!"
"However," replied the universe,
"The fact has not created in me
A sense of obligation."
--Stephen Crane


AnswerRe: which control is more faster repeater , data grid view, response.write etc Pin
ToddHileHoffer24-Feb-09 8:45
ToddHileHoffer24-Feb-09 8:45 
QuestionK means clustering in vb Pin
venkatadri reddy23-Feb-09 23:36
venkatadri reddy23-Feb-09 23:36 
QuestionClassic Asp Session not getting expire As per IIS setting timeout Pin
googlejumbo23-Feb-09 23:28
googlejumbo23-Feb-09 23:28 
QuestionPassing parameters to Javascript popup window Pin
pavanip23-Feb-09 22:53
pavanip23-Feb-09 22:53 
AnswerRe: Passing parameters to Javascript popup window Pin
Greg Chelstowski23-Feb-09 23:03
Greg Chelstowski23-Feb-09 23:03 
GeneralRe: Passing parameters to Javascript popup window Pin
pavanip23-Feb-09 23:13
pavanip23-Feb-09 23:13 
GeneralRe: Passing parameters to Javascript popup window Pin
Greg Chelstowski23-Feb-09 23:28
Greg Chelstowski23-Feb-09 23:28 
GeneralRe: Passing parameters to Javascript popup window Pin
pavanip24-Feb-09 0:35
pavanip24-Feb-09 0:35 
GeneralRe: Passing parameters to Javascript popup window Pin
Greg Chelstowski24-Feb-09 1:32
Greg Chelstowski24-Feb-09 1:32 
Questionlogin control error Pin
rosae61923-Feb-09 22:53
rosae61923-Feb-09 22:53 
AnswerRe: login control error Pin
ABitSmart24-Feb-09 2:36
ABitSmart24-Feb-09 2:36 
QuestionConvert HTML to XML Pin
rhemy23-Feb-09 22:45
rhemy23-Feb-09 22:45 
QuestionMechanism to handle user authentication and authorization Pin
mukkanti00723-Feb-09 21:53
mukkanti00723-Feb-09 21:53 
AnswerRe: Mechanism to handle user authentication and authorization Pin
Expert Coming23-Feb-09 22:21
Expert Coming23-Feb-09 22:21 
GeneralRe: Mechanism to handle user authentication and authorization Pin
mukkanti00724-Feb-09 23:29
mukkanti00724-Feb-09 23:29 
QuestionSimple activation email Pin
netsooz (Amir Hamidi)23-Feb-09 21:52
netsooz (Amir Hamidi)23-Feb-09 21:52 
AnswerRe: Simple activation email Pin
Greg Chelstowski23-Feb-09 22:01
Greg Chelstowski23-Feb-09 22:01 

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.