Click here to Skip to main content
16,003,224 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Dynamic Web Site Pin
Richard MacCutchan13-Jun-14 21:42
mveRichard MacCutchan13-Jun-14 21:42 
AnswerRe: Dynamic Web Site Pin
Peter Leow13-Jun-14 22:11
professionalPeter Leow13-Jun-14 22:11 
QuestionGet resolution in page load Pin
Elham M13-Jun-14 18:24
Elham M13-Jun-14 18:24 
QuestionWhich event is fired when Ctrl+N keys Clicked in asp.net Pin
shiv shanker 713-Jun-14 0:15
shiv shanker 713-Jun-14 0:15 
AnswerRe: Which event is fired when Ctrl+N keys Clicked in asp.net Pin
Vasudevan Deepak Kumar13-Jun-14 2:33
Vasudevan Deepak Kumar13-Jun-14 2:33 
GeneralRe: Which event is fired when Ctrl+N keys Clicked in asp.net Pin
shiv shanker 715-Jun-14 19:07
shiv shanker 715-Jun-14 19:07 
AnswerRe: Which event is fired when Ctrl+N keys Clicked in asp.net Pin
Vasudevan Deepak Kumar16-Jun-14 1:10
Vasudevan Deepak Kumar16-Jun-14 1:10 
GeneralRe: Which event is fired when Ctrl+N keys Clicked in asp.net Pin
shiv shanker 716-Jun-14 18:03
shiv shanker 716-Jun-14 18:03 
QuestionHow to filter a large datasource in ASPxComboBox? Pin
DitiDiti10-Jun-14 5:32
DitiDiti10-Jun-14 5:32 
Questionrobots for fetche all link site Pin
apadana_198910-Jun-14 3:21
apadana_198910-Jun-14 3:21 
QuestionRe: robots for fetche all link site Pin
ZurdoDev10-Jun-14 3:42
professionalZurdoDev10-Jun-14 3:42 
AnswerRe: robots for fetche all link site Pin
Sibeesh KV29-Sep-14 1:56
professionalSibeesh KV29-Sep-14 1:56 
QuestionGroup box in asp.net and styling web forms Pin
akubue bona9-Jun-14 7:34
akubue bona9-Jun-14 7:34 
AnswerRe: Group box in asp.net and styling web forms Pin
ZurdoDev10-Jun-14 3:43
professionalZurdoDev10-Jun-14 3:43 
QuestionAutomatically add a numeric value to the SQL Server Database after the expiration of a certain date( Date will vary ) Pin
hilbiazhar9-Jun-14 5:57
hilbiazhar9-Jun-14 5:57 
AnswerRe: Automatically add a numeric value to the SQL Server Database after the expiration of a certain date( Date will vary ) Pin
Richard Deeming9-Jun-14 6:10
mveRichard Deeming9-Jun-14 6:10 
Question[ASP.NET C#] Postback and updatepanel issues. Pin
Member 79124618-Jun-14 11:11
Member 79124618-Jun-14 11:11 
SuggestionRe: [ASP.NET C#] Postback and updatepanel issues. Pin
Dusara Maulik9-Jun-14 2:24
Dusara Maulik9-Jun-14 2:24 
GeneralRe: [ASP.NET C#] Postback and updatepanel issues. Pin
Member 79124619-Jun-14 2:53
Member 79124619-Jun-14 2:53 
GeneralRe: [ASP.NET C#] Postback and updatepanel issues. Pin
jkirkerx11-Jun-14 13:24
professionaljkirkerx11-Jun-14 13:24 
You need to understand the page lifecycle.

When you create controls in Page load, they only persist 1 time. When the page post back to the server, the controls in page load will lose there values because there created again, or may not be created at all.

You need to create the controls in page.init, so the controls persist during postback.


[MSDN Page LifeCycle^]

[Code Project Page Lifecycle^]
GeneralRe: [ASP.NET C#] Postback and updatepanel issues. Pin
Member 791246114-Jun-14 4:21
Member 791246114-Jun-14 4:21 
GeneralRe: [ASP.NET C#] Postback and updatepanel issues. Pin
jkirkerx14-Jun-14 8:33
professionaljkirkerx14-Jun-14 8:33 
QuestionSession for Listbox Pin
Dalina Cheriyan6-Jun-14 3:11
Dalina Cheriyan6-Jun-14 3:11 
AnswerRe: Session for Listbox Pin
ZurdoDev6-Jun-14 10:29
professionalZurdoDev6-Jun-14 10:29 
GeneralHow to increase .net application performance Pin
venumadhav.narla7776-Jun-14 0:39
venumadhav.narla7776-Jun-14 0:39 

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.