Click here to Skip to main content
15,898,924 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to Pass multiple arugumnets Pin
VenkataRamana.Gali11-Jul-06 2:35
VenkataRamana.Gali11-Jul-06 2:35 
AnswerRe: How to Pass multiple arugumnets Pin
dwatkins@dirq.net11-Jul-06 4:31
dwatkins@dirq.net11-Jul-06 4:31 
QuestionTwo Way Sorting with Up/Down Arrow Pin
wEb GuRu...11-Jul-06 1:35
wEb GuRu...11-Jul-06 1:35 
AnswerRe: Two Way Sorting with Up/Down Arrow Pin
Saifi Hasan11-Jul-06 2:28
Saifi Hasan11-Jul-06 2:28 
GeneralRe: Two Way Sorting with Up/Down Arrow Pin
wEb GuRu...11-Jul-06 22:21
wEb GuRu...11-Jul-06 22:21 
QuestionConvert aspx pages to html Pin
Vipin Venugopal11-Jul-06 0:34
Vipin Venugopal11-Jul-06 0:34 
AnswerRe: Convert aspx pages to html Pin
Paddy Boyd11-Jul-06 0:57
Paddy Boyd11-Jul-06 0:57 
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 

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.