Click here to Skip to main content
15,949,686 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Convert aspx pages to html Pin
dwatkins@dirq.net11-Jul-06 3:57
dwatkins@dirq.net11-Jul-06 3:57 
If you want to speed up the site there are other steps you can take. Try reading "Speed Up Your Site" by these guys: http://www.websiteoptimization.com/speed/. This book is really good even though it is a couple years old. It's worth the read.

In .net you can disable viewstates if your are not using them and try to keep your control IDs shorter. The less characters that are sent to the client the faster the site will be.

Although, if your .aspx pages are NOT "doing" anything then static HTML pages would be faster as it won't have to process any code server side.

Dirk Watkins
QuestionHow to provide method level security for Webservice methods Pin
IamMohan11-Jul-06 0:30
IamMohan11-Jul-06 0:30 
QuestionOutproc session mgt in ASP . Net Pin
ankushmn11-Jul-06 0:08
ankushmn11-Jul-06 0:08 
AnswerRe: Outproc session mgt in ASP . Net Pin
Saifi Hasan11-Jul-06 2:38
Saifi Hasan11-Jul-06 2:38 
GeneralRe: Outproc session mgt in ASP . Net Pin
ankushmn11-Jul-06 3:28
ankushmn11-Jul-06 3:28 
QuestionDropDownList databinding error Pin
For_IT10-Jul-06 23:45
For_IT10-Jul-06 23:45 
AnswerRe: DropDownList databinding error Pin
Not Active11-Jul-06 2:30
mentorNot Active11-Jul-06 2:30 
GeneralRe: DropDownList databinding error Pin
For_IT11-Jul-06 2:35
For_IT11-Jul-06 2:35 
GeneralRe: DropDownList databinding error Pin
sudharsong11-Jul-06 19:57
sudharsong11-Jul-06 19:57 
QuestionStatic Variable Vs. Application Object stored variable Pin
Abhinav Nigam10-Jul-06 23:42
Abhinav Nigam10-Jul-06 23:42 
AnswerRe: Static Variable Vs. Application Object stored variable Pin
IamMohan11-Jul-06 0:49
IamMohan11-Jul-06 0:49 
QuestionCreate run time asp.net page Pin
Parwej Ahamad10-Jul-06 23:36
professionalParwej Ahamad10-Jul-06 23:36 
AnswerRe: Create run time asp.net page Pin
Guffa11-Jul-06 0:03
Guffa11-Jul-06 0:03 
AnswerRe: Create run time asp.net page Pin
Saifi Hasan11-Jul-06 2:35
Saifi Hasan11-Jul-06 2:35 
Questionhow to restrict row and column size in Excelsheet Pin
Bridzet10-Jul-06 23:09
Bridzet10-Jul-06 23:09 
QuestionEvents not responding after re-creation of dynamically created webcontrols [modified] Pin
oxiroxt10-Jul-06 22:37
oxiroxt10-Jul-06 22:37 
AnswerRe: Events not responding after re-creation of dynamically created webcontrols Pin
oxiroxt10-Jul-06 23:12
oxiroxt10-Jul-06 23:12 
QuestionPrint Headers of Datagrid on Multiple Pages Pin
varun_khanna1710-Jul-06 22:15
varun_khanna1710-Jul-06 22:15 
QuestionScreen Capture Pin
Jeeva Mary Varghese10-Jul-06 21:37
Jeeva Mary Varghese10-Jul-06 21:37 
AnswerRe: Screen Capture Pin
Guffa11-Jul-06 0:07
Guffa11-Jul-06 0:07 
GeneralRe: Screen Capture Pin
Jeeva Mary Varghese11-Jul-06 0:21
Jeeva Mary Varghese11-Jul-06 0:21 
AnswerRe: Screen Capture Pin
Guffa11-Jul-06 9:41
Guffa11-Jul-06 9:41 
GeneralRe: Screen Capture Pin
Jeeva Mary Varghese11-Jul-06 23:16
Jeeva Mary Varghese11-Jul-06 23:16 
QuestionInsert command Pin
kirthikirthi10-Jul-06 20:42
kirthikirthi10-Jul-06 20:42 
AnswerRe: Insert command Pin
Guffa10-Jul-06 23:39
Guffa10-Jul-06 23:39 

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.