Click here to Skip to main content
15,910,277 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: selecting a row programatically via Button Pin
Brij16-Dec-08 23:21
mentorBrij16-Dec-08 23:21 
GeneralRe: selecting a row programatically via Button Pin
laziale17-Dec-08 0:10
laziale17-Dec-08 0:10 
GeneralRe: selecting a row programatically via Button Pin
laziale17-Dec-08 0:48
laziale17-Dec-08 0:48 
GeneralRe: selecting a row programatically via Button Pin
Pr@teek B@h!17-Dec-08 8:25
Pr@teek B@h!17-Dec-08 8:25 
QuestionRegarding creation of thumbnail image of a wmv file in asp.net Pin
div_gusain16-Dec-08 21:52
div_gusain16-Dec-08 21:52 
AnswerRe: Regarding creation of thumbnail image of a wmv file in asp.net Pin
Abhijit Jana16-Dec-08 22:02
professionalAbhijit Jana16-Dec-08 22:02 
GeneralRe: Regarding creation of thumbnail image of a wmv file in asp.net Pin
div_gusain16-Dec-08 22:05
div_gusain16-Dec-08 22:05 
AnswerRe: Regarding creation of thumbnail image of a wmv file in asp.net Pin
Christian Graus16-Dec-08 23:08
protectorChristian Graus16-Dec-08 23:08 
QuestionLanguage Change from Master page Pin
Sundeep Ganiga16-Dec-08 21:40
Sundeep Ganiga16-Dec-08 21:40 
Questionvalidate the Telephone. Pin
Johndas16-Dec-08 20:32
Johndas16-Dec-08 20:32 
AnswerRe: validate the Telephone. Pin
Abhijit Jana17-Dec-08 2:32
professionalAbhijit Jana17-Dec-08 2:32 
Questionweb site deployment issue Pin
George_George16-Dec-08 20:17
George_George16-Dec-08 20:17 
AnswerRe: web site deployment issue Pin
Abhijit Jana16-Dec-08 20:44
professionalAbhijit Jana16-Dec-08 20:44 
GeneralRe: web site deployment issue Pin
George_George17-Dec-08 1:17
George_George17-Dec-08 1:17 
AnswerRe: web site deployment issue Pin
N a v a n e e t h16-Dec-08 20:52
N a v a n e e t h16-Dec-08 20:52 
GeneralRe: web site deployment issue Pin
George_George16-Dec-08 20:57
George_George16-Dec-08 20:57 
GeneralRe: web site deployment issue Pin
N a v a n e e t h16-Dec-08 21:06
N a v a n e e t h16-Dec-08 21:06 
GeneralRe: web site deployment issue Pin
George_George17-Dec-08 1:22
George_George17-Dec-08 1:22 
GeneralRe: web site deployment issue Pin
N a v a n e e t h17-Dec-08 1:36
N a v a n e e t h17-Dec-08 1:36 
GeneralRe: web site deployment issue Pin
George_George17-Dec-08 1:45
George_George17-Dec-08 1:45 
GeneralRe: web site deployment issue Pin
N a v a n e e t h19-Dec-08 19:59
N a v a n e e t h19-Dec-08 19:59 
GeneralRe: web site deployment issue Pin
George_George19-Dec-08 23:54
George_George19-Dec-08 23:54 
GeneralRe: web site deployment issue Pin
N a v a n e e t h20-Dec-08 9:41
N a v a n e e t h20-Dec-08 9:41 
1 - I don't remember any documents right now. But I believe all good ASP.NET books explains this.

George_George wrote:
"precompiled" -- you mean build into managed code DLL? I think all ASP.Net application is precompiled since we always encapsulate function into DLL and DLL is compiled. Any exceptions which are deployed but not precompiled?


ASP.NET allows many types of deployment. It allows you to just copy the ASPX and code behind files to server and which will be compiled when it is requested. Precompiled method produces assemblies and you only need to copy ASPX files and those assemblies

George_George wrote:
"still you will notice a performance degrade when requesting the page for the first time" -- because of JIT managed code into native code for the 1st time?


Yep.


GeneralRe: web site deployment issue Pin
George_George23-Dec-08 22:58
George_George23-Dec-08 22:58 
GeneralRe: web site deployment issue Pin
Abhijit Jana16-Dec-08 21:59
professionalAbhijit Jana16-Dec-08 21:59 

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.