Click here to Skip to main content
15,896,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Sys.Webforms.PageRequestManagerServerErrorException Pin
hrajusb29-Aug-08 8:44
hrajusb29-Aug-08 8:44 
QuestionCustom DropDown Behaviour Pin
John Gathogo11-Jun-07 23:36
John Gathogo11-Jun-07 23:36 
QuestionASP.net [modified] Pin
ling_luv11-Jun-07 23:27
ling_luv11-Jun-07 23:27 
AnswerRe: ASP.net Pin
Biju Sam12-Jun-07 0:04
Biju Sam12-Jun-07 0:04 
GeneralRe: ASP.net Pin
ling_luv12-Jun-07 15:42
ling_luv12-Jun-07 15:42 
AnswerRe: ASP.net Pin
Sylvester george12-Jun-07 1:00
Sylvester george12-Jun-07 1:00 
QuestionRun a Website/Program fast in ASP.NET Pin
.NET- India 11-Jun-07 23:23
.NET- India 11-Jun-07 23:23 
AnswerRe: Run a Website/Program fast in ASP.NET Pin
Biju Sam12-Jun-07 0:10
Biju Sam12-Jun-07 0:10 
fastest...does not have any tricks...
if you follow basic programming practices your application/website will be fast.
look into some optimisation techniques.......

some tips.
1) make sure you use SP and no SQL statements on code behind.
2) and in SP's make sure there are less sub queries, use joins instead. use profiler and see how much time does it take for execution.
3) inside code behing take care of all the loops and functions.
4) use javascript/ajax
5) avoid repeatable codes......
etc etc..........

Biju S
AnswerRe: Run a Website/Program fast in ASP.NET Pin
Paddy Boyd12-Jun-07 0:28
Paddy Boyd12-Jun-07 0:28 
Questionc dll in asp.net Pin
Harikrk11-Jun-07 23:02
Harikrk11-Jun-07 23:02 
Questionpopup window at center screen Pin
deep711-Jun-07 23:00
deep711-Jun-07 23:00 
AnswerRe: popup window at center screen Pin
rreddy.V12-Jun-07 0:36
rreddy.V12-Jun-07 0:36 
QuestionDynamically write to a panel on page load Pin
markymark8211-Jun-07 23:00
markymark8211-Jun-07 23:00 
AnswerRe: Dynamically write to a panel on page load Pin
Sylvester george11-Jun-07 23:06
Sylvester george11-Jun-07 23:06 
GeneralRe: Dynamically write to a panel on page load [modified] Pin
markymark8212-Jun-07 4:51
markymark8212-Jun-07 4:51 
QuestionCrystal Report in .NET 2005 Urgent pls help Pin
Elizma11-Jun-07 22:54
Elizma11-Jun-07 22:54 
AnswerRe: Crystal Report in .NET 2005 Urgent pls help Pin
Sylvester george11-Jun-07 23:02
Sylvester george11-Jun-07 23:02 
GeneralRe: Crystal Report in .NET 2005 Urgent pls help Pin
Elizma11-Jun-07 23:09
Elizma11-Jun-07 23:09 
AnswerRe: Crystal Report in .NET 2005 Urgent pls help Pin
Steven J Jowett11-Jun-07 23:05
Steven J Jowett11-Jun-07 23:05 
GeneralRe: Crystal Report in .NET 2005 Urgent pls help Pin
Elizma11-Jun-07 23:33
Elizma11-Jun-07 23:33 
GeneralRe: Crystal Report in .NET 2005 Urgent pls help Pin
Steven J Jowett11-Jun-07 23:46
Steven J Jowett11-Jun-07 23:46 
AnswerRe: ASp.net + Access 2003 Pin
Biju Sam12-Jun-07 0:13
Biju Sam12-Jun-07 0:13 
General[Message Deleted] Pin
Bajrang Singh12-Jun-07 0:24
Bajrang Singh12-Jun-07 0:24 
GeneralRe: ASp.net + Access 2003 Pin
Paddy Boyd12-Jun-07 0:30
Paddy Boyd12-Jun-07 0:30 
GeneralRe: ASp.net + Access 2003 Pin
Biju Sam12-Jun-07 0:44
Biju Sam12-Jun-07 0:44 

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.