Click here to Skip to main content
15,902,114 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: NUnitASP Pin
N a v a n e e t h13-Oct-08 2:44
N a v a n e e t h13-Oct-08 2:44 
QuestionConvert EPS to Png using c# Pin
Imran Khan Pathan12-Oct-08 21:23
Imran Khan Pathan12-Oct-08 21:23 
AnswerRe: Convert EPS to Png using c# Pin
q2006x18-Dec-09 4:16
q2006x18-Dec-09 4:16 
QuestionOptimizing Html Code Pin
Syed Ali Raza12-Oct-08 21:19
Syed Ali Raza12-Oct-08 21:19 
AnswerRe: Optimizing Html Code Pin
whatUrunning.com12-Oct-08 22:25
whatUrunning.com12-Oct-08 22:25 
AnswerRe: Optimizing Html Code Pin
Syed Ali Raza12-Oct-08 23:29
Syed Ali Raza12-Oct-08 23:29 
AnswerRe: Optimizing Html Code Pin
Mark Churchill13-Oct-08 0:13
Mark Churchill13-Oct-08 0:13 
AnswerRe: Optimizing Html Code Pin
N a v a n e e t h13-Oct-08 2:49
N a v a n e e t h13-Oct-08 2:49 
Syed Ali Raza wrote:
How can i optimize the HTML through Code


There are many methods. I believe CP has some excellent articles on this subject. Try doing a search. I'd suggest the following

1 - Disable viewstate if it is not required
2 - Implement lazy loading kind of stuff using AJAX. So you won't load unnecessary data on page load,
3 - Don't use tables for page outlining. If you are using, make it small. Don't wrap whole content in one table. Browsers can render the content only after getting the end element. So wrapping the whole content in a single table will make rendering slow.
4 - Don't use DataGrid/GridView unnecessarily. Try with some lightweight controls like repeater.

many more..


QuestionTextbox type Password error with Update Panel Pin
gautamamit812-Oct-08 21:14
gautamamit812-Oct-08 21:14 
AnswerRe: Textbox type Password error with Update Panel Pin
sumit703412-Oct-08 22:22
sumit703412-Oct-08 22:22 
GeneralRe: Textbox type Password error with Update Panel Pin
gautamamit812-Oct-08 22:25
gautamamit812-Oct-08 22:25 
GeneralRe: Textbox type Password error with Update Panel Pin
sumit703412-Oct-08 22:30
sumit703412-Oct-08 22:30 
AnswerRe: Textbox type Password error with Update Panel Pin
eyeseetee12-Oct-08 22:40
eyeseetee12-Oct-08 22:40 
GeneralRe: Textbox type Password error with Update Panel Pin
gautamamit812-Oct-08 22:57
gautamamit812-Oct-08 22:57 
GeneralRe: Textbox type Password error with Update Panel Pin
eyeseetee12-Oct-08 23:07
eyeseetee12-Oct-08 23:07 
Question[Message Deleted] Pin
raghvendrapanda12-Oct-08 20:52
raghvendrapanda12-Oct-08 20:52 
AnswerRe: how to create a transaction... Pin
Anand Desai12-Oct-08 20:57
Anand Desai12-Oct-08 20:57 
AnswerRe: how to create a transaction... Pin
Ashfield12-Oct-08 21:21
Ashfield12-Oct-08 21:21 
QuestionUnable to inherit WebFormTestCase Class Pin
sowmya k12-Oct-08 20:14
sowmya k12-Oct-08 20:14 
QuestionCreation of PDF file in ASP.net Pin
sanjaybeh@gmail.com12-Oct-08 20:08
sanjaybeh@gmail.com12-Oct-08 20:08 
AnswerRe: Creation of PDF file in ASP.net Pin
Sathesh Sakthivel12-Oct-08 20:23
Sathesh Sakthivel12-Oct-08 20:23 
QuestionHow Encrypt and discrypt password in asp.net 2.0 C# Pin
amit sahu2012-Oct-08 18:37
amit sahu2012-Oct-08 18:37 
AnswerRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
Anand Desai12-Oct-08 18:51
Anand Desai12-Oct-08 18:51 
AnswerRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
Anand Desai12-Oct-08 18:55
Anand Desai12-Oct-08 18:55 
GeneralRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
amit sahu2012-Oct-08 19:17
amit sahu2012-Oct-08 19:17 

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.