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

ASP.NET

 
AnswerRe: display images in grid view from sqltable(urgent) Pin
Abhijit Jana12-Dec-08 22:27
professionalAbhijit Jana12-Dec-08 22:27 
QuestionRe: display images in grid view from sqltable Pin
lavesh2129114-Dec-08 21:36
lavesh2129114-Dec-08 21:36 
QuestionASP.NET Performance & JS/XML Pin
thund3rstruck12-Dec-08 19:48
thund3rstruck12-Dec-08 19:48 
AnswerRe: ASP.NET Performance & JS/XML Pin
Christian Graus12-Dec-08 20:13
protectorChristian Graus12-Dec-08 20:13 
GeneralRe: ASP.NET Performance & JS/XML Pin
Eytukan12-Dec-08 20:13
Eytukan12-Dec-08 20:13 
GeneralRe: ASP.NET Performance & JS/XML Pin
Christian Graus12-Dec-08 20:14
protectorChristian Graus12-Dec-08 20:14 
GeneralRe: ASP.NET Performance & JS/XML Pin
Eytukan12-Dec-08 20:20
Eytukan12-Dec-08 20:20 
GeneralRe: ASP.NET Performance & JS/XML Pin
thund3rstruck12-Dec-08 20:51
thund3rstruck12-Dec-08 20:51 
[quote]No. You're taking their HTML and Javascript and replacing it with your own. They tested theirs more[/quote]

Can you provide some data that supports this claim? It reads very clearly on MSDN - "The HTTP protocol is stateless; however, server controls provide a rich programming model that manages state between page requests by using view state. Server controls require a fixed amount of processing to establish the control and all of its child controls. This makes server controls relatively expensive compared to HTML controls......"

http://msdn.microsoft.com/en-us/library/ms998549.aspx#scalenetchapt06_topic12[^]

I have had several discussions regarding this (even earlier this month with a Microsoft Consultant we have on staff for incentive projects) and I have been told time and time again that the .NET server data bound controls don't scale well and aren't ready for real high volume, high impact, production web solutions out of the box with the controls provided in the platform. These problem solutions use .NET databound controls and even with caching, they all perform poorly compared to our PHP and JSP solutions (in terms of page per second, TTFB, and TTLB).

Our stress test benchmarks seem to corroborate this; in an empty page with nothing but an ASP.NET TreeView control wired to an ICollection (from a database) performs several seconds slower than a JavaScript-based DHTML tree control serving the same data when the stress thread reaches 25+ concurrent threads.
GeneralRe: ASP.NET Performance & JS/XML Pin
Christian Graus13-Dec-08 10:06
protectorChristian Graus13-Dec-08 10:06 
GeneralRe: ASP.NET Performance & JS/XML Pin
thund3rstruck13-Dec-08 15:59
thund3rstruck13-Dec-08 15:59 
Questionhow to work with Treeview Pin
Nanda_MR12-Dec-08 17:40
Nanda_MR12-Dec-08 17:40 
AnswerRe: how to work with Treeview Pin
codingrocks12-Dec-08 17:43
codingrocks12-Dec-08 17:43 
GeneralRe: how to work with Treeview Pin
Nanda_MR12-Dec-08 18:00
Nanda_MR12-Dec-08 18:00 
GeneralRe: how to work with Treeview Pin
codingrocks12-Dec-08 18:11
codingrocks12-Dec-08 18:11 
GeneralRe: how to work with Treeview Pin
Nanda_MR12-Dec-08 19:11
Nanda_MR12-Dec-08 19:11 
GeneralRe: how to work with Treeview Pin
Christian Graus12-Dec-08 19:24
protectorChristian Graus12-Dec-08 19:24 
Questionasp:TextBox backgroundColor change also affects borderStyle? Pin
Cyrilix12-Dec-08 8:35
Cyrilix12-Dec-08 8:35 
AnswerRe: asp:TextBox backgroundColor change also affects borderStyle? Pin
Uwe Keim12-Dec-08 9:56
sitebuilderUwe Keim12-Dec-08 9:56 
GeneralRe: asp:TextBox backgroundColor change also affects borderStyle? Pin
Cyrilix12-Dec-08 20:40
Cyrilix12-Dec-08 20:40 
QuestionRead xml from SSL server [modified] Pin
Phrone12-Dec-08 8:24
Phrone12-Dec-08 8:24 
AnswerRe: Read xml from SSL server Pin
Uwe Keim12-Dec-08 9:57
sitebuilderUwe Keim12-Dec-08 9:57 
GeneralRe: Read xml from SSL server Pin
Phrone12-Dec-08 10:01
Phrone12-Dec-08 10:01 
QuestionObjectDataSource bounded DropDownList in GridView Pin
b43r_3oo312-Dec-08 5:49
b43r_3oo312-Dec-08 5:49 
QuestionEnabling view state Pin
chandra vempati12-Dec-08 5:24
chandra vempati12-Dec-08 5:24 
AnswerRe: Enabling view state Pin
Christian Graus12-Dec-08 10:18
protectorChristian Graus12-Dec-08 10:18 

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.