Click here to Skip to main content
16,004,901 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe:unterminated string constants Pin
Guffa25-Feb-07 4:17
Guffa25-Feb-07 4:17 
Generalunterminated string constants Pin
ALAQUNAIBI25-Feb-07 18:34
ALAQUNAIBI25-Feb-07 18:34 
GeneralRe: unterminated string constants Pin
Guffa26-Feb-07 15:00
Guffa26-Feb-07 15:00 
QuestionTreeView Problem Pin
Jeeva Mary Varghese23-Feb-07 23:18
Jeeva Mary Varghese23-Feb-07 23:18 
Questionpage load precedence? Pin
matsnas23-Feb-07 22:25
matsnas23-Feb-07 22:25 
AnswerRe: page load precedence? Pin
Christian Graus23-Feb-07 23:00
protectorChristian Graus23-Feb-07 23:00 
GeneralRe: page load precedence? Pin
matsnas24-Feb-07 2:47
matsnas24-Feb-07 2:47 
GeneralRe: page load precedence? Pin
Christian Graus24-Feb-07 11:02
protectorChristian Graus24-Feb-07 11:02 
matsnas wrote:
How come all beginner tutorials are so focused on Page_Load then?


Because the stupid IDE generates page load and not page prerender methods. The most important thing to understand is that all events happen after load and before prerender, that's another reason that all rendering steps should take place in prerender, so they reflect the results of any events.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

Questionweb Part application does not running Pin
nikhil123423-Feb-07 18:22
nikhil123423-Feb-07 18:22 
AnswerRe: web Part application does not running Pin
The Tigerman24-Feb-07 12:42
The Tigerman24-Feb-07 12:42 
AnswerRe: web Part application does not running Pin
shirish7825-Feb-07 23:38
shirish7825-Feb-07 23:38 
Questionhow to add class in asp.net code Pin
ramyasangeet23-Feb-07 18:01
ramyasangeet23-Feb-07 18:01 
AnswerRe: how to add class in asp.net code Pin
Michael Sync23-Feb-07 21:27
Michael Sync23-Feb-07 21:27 
AnswerRe: how to add class in asp.net code Pin
Christian Graus23-Feb-07 23:13
protectorChristian Graus23-Feb-07 23:13 
QuestionShow Image Pin
AnhTin23-Feb-07 16:50
AnhTin23-Feb-07 16:50 
AnswerRe: Show Image Pin
The Tigerman24-Feb-07 12:34
The Tigerman24-Feb-07 12:34 
QuestionHow to display the last logged in user from the login page Pin
Eyungwah23-Feb-07 12:19
Eyungwah23-Feb-07 12:19 
AnswerRe: How to display the last logged in user from the login page Pin
FireOnMoon23-Feb-07 18:26
FireOnMoon23-Feb-07 18:26 
AnswerRe: How to display the last logged in user from the login page Pin
The Tigerman24-Feb-07 12:37
The Tigerman24-Feb-07 12:37 
QuestionEmail Identity Pin
rock05623-Feb-07 10:26
rock05623-Feb-07 10:26 
AnswerRe: Email Identity Pin
The Tigerman24-Feb-07 12:46
The Tigerman24-Feb-07 12:46 
GeneralRe: Email Identity Pin
rock05626-Feb-07 3:21
rock05626-Feb-07 3:21 
Questionhttp/1.0 425 http Error Pin
LCI23-Feb-07 9:55
LCI23-Feb-07 9:55 
Questionasp.net 2.0 Unable to Start debugging on the web server Pin
aransiola23-Feb-07 7:21
aransiola23-Feb-07 7:21 
AnswerRe: asp.net 2.0 Unable to Start debugging on the web server Pin
Hesham Amin23-Feb-07 7:53
Hesham Amin23-Feb-07 7:53 

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.