Click here to Skip to main content
15,921,212 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to select an item in datalist Pin
Prasanna Kumar Pete4-Nov-08 16:58
Prasanna Kumar Pete4-Nov-08 16:58 
QuestionUniversity Information System/Univerity Managemeny System Pin
Gjm4-Nov-08 13:32
Gjm4-Nov-08 13:32 
AnswerRe: University Information System/Univerity Managemeny System Pin
Mark Churchill4-Nov-08 13:40
Mark Churchill4-Nov-08 13:40 
AnswerRe: University Information System/Univerity Managemeny System Pin
Blue_Boy4-Nov-08 14:30
Blue_Boy4-Nov-08 14:30 
AnswerCP IGNORE: homework Pin
leckey4-Nov-08 14:35
leckey4-Nov-08 14:35 
AnswerRe: University Information System/Univerity Managemeny System Pin
Ashfield4-Nov-08 21:24
Ashfield4-Nov-08 21:24 
QuestionHow do I do partial update in multiple updatepanels with timer Pin
kmuthuk4-Nov-08 10:33
kmuthuk4-Nov-08 10:33 
AnswerRe: How do I do partial update in multiple updatepanels with timer Pin
Venkatesh Mookkan4-Nov-08 15:14
Venkatesh Mookkan4-Nov-08 15:14 
kmuthuk wrote:
protected void Page_Load(object sender, EventArgs e)
{
Label2.Text = "UpdatePanel2 refreshed at: " + DateTime.Now.ToLongTimeString();
}


The code block says that you are updating the content on every Page_Load. You must understand the AJAX process. The updatepanel are used to bypass the Postback to asynchronous mode. So, it would not affect any of the Page Event Cycle of the ASP.NET page. For every Postback, all the Page events will fire especially Page_Load.


Castle Rider
What if I freeze??? Don't forget to breath...

My: Website | Yahoo Group | Blog Spot

Questionown email sending Pin
razikang4-Nov-08 10:21
razikang4-Nov-08 10:21 
AnswerCP Ignore - spamming the site Pin
Dave Kreskowiak4-Nov-08 10:37
mveDave Kreskowiak4-Nov-08 10:37 
AnswerREPORTED AS ABUSE Pin
leckey4-Nov-08 14:28
leckey4-Nov-08 14:28 
QuestionGeneral Question About Popup Pin
Davidv1234-Nov-08 6:48
Davidv1234-Nov-08 6:48 
QuestionExtraction of datas Pin
John.L.Ponratnam4-Nov-08 4:30
John.L.Ponratnam4-Nov-08 4:30 
AnswerRe: Extraction of datas Pin
Prasanna Kumar Pete4-Nov-08 16:18
Prasanna Kumar Pete4-Nov-08 16:18 
GeneralRe: Extraction of datas Pin
John.L.Ponratnam9-Nov-08 17:20
John.L.Ponratnam9-Nov-08 17:20 
QuestionHow to add New Row to a datagrid ? [modified] Pin
Prasadsm4-Nov-08 2:35
Prasadsm4-Nov-08 2:35 
QuestionHelp needs in Logging In Pin
Senthil S4-Nov-08 1:53
Senthil S4-Nov-08 1:53 
AnswerRe: Help needs in Logging In Pin
cyber-drugs4-Nov-08 2:14
cyber-drugs4-Nov-08 2:14 
GeneralRe: Help needs in Logging In Pin
Senthil S4-Nov-08 2:19
Senthil S4-Nov-08 2:19 
AnswerRe: Help needs in Logging In Pin
saanj4-Nov-08 6:03
saanj4-Nov-08 6:03 
AnswerRe: Help needs in Logging In Pin
D4ever6-Nov-08 8:17
D4ever6-Nov-08 8:17 
QuestionUsers Bypass the Login Screen Pin
Vimalsoft(Pty) Ltd4-Nov-08 1:26
professionalVimalsoft(Pty) Ltd4-Nov-08 1:26 
AnswerRe: Users Bypass the Login Screen Pin
Brij4-Nov-08 2:47
mentorBrij4-Nov-08 2:47 
GeneralRe: Users Bypass the Login Screen Pin
Vimalsoft(Pty) Ltd4-Nov-08 2:54
professionalVimalsoft(Pty) Ltd4-Nov-08 2:54 
AnswerRe: Users Bypass the Login Screen Pin
Brij4-Nov-08 3:02
mentorBrij4-Nov-08 3:02 

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.