Click here to Skip to main content
15,921,716 members
Home / Discussions / C#
   

C#

 
GeneralRe: Isuses with timers + fast intervals Pin
bankai1236-Nov-06 18:11
bankai1236-Nov-06 18:11 
AnswerRe: Isuses with timers + fast intervals Pin
Martin#6-Nov-06 21:00
Martin#6-Nov-06 21:00 
AnswerRe: Isuses with timers + fast intervals Pin
Coding C#7-Nov-06 0:09
Coding C#7-Nov-06 0:09 
AnswerRe: Isuses with timers + fast intervals Pin
S. Senthil Kumar7-Nov-06 5:53
S. Senthil Kumar7-Nov-06 5:53 
AnswerRe: Isuses with timers + fast intervals Pin
Martin#7-Nov-06 8:16
Martin#7-Nov-06 8:16 
GeneralRe: Isuses with timers + fast intervals Pin
bankai1237-Nov-06 21:27
bankai1237-Nov-06 21:27 
QuestionC# 2.0 ASP.NET Postback & ObjectDataSource Pin
kselman6-Nov-06 17:30
kselman6-Nov-06 17:30 
AnswerRe: C# 2.0 ASP.NET Postback & ObjectDataSource Pin
Christopher Duncan7-Nov-06 3:20
Christopher Duncan7-Nov-06 3:20 
It's pretty common to put the code to fill the data list in the Page_Load routine, and to place it inside an if (!IsPostBack) test since normally you only need to populate the control once, when the page loads. However, if you happen to have your population code inside this test for your particular situation, it wouldn't repopulate the control on the postback because it's explicitly told not to.

Don't know if this is how you have your code structured, but if it is, your fix may be as simple as moving the code outside the test so that it executes on every invocation of Page_Load, postback or not.

Hope this helps...


Questionusing WinForms control from another thread Pin
peterchen6-Nov-06 13:09
peterchen6-Nov-06 13:09 
AnswerRe: using WinForms control from another thread Pin
Judah Gabriel Himango6-Nov-06 13:18
sponsorJudah Gabriel Himango6-Nov-06 13:18 
GeneralRe: using WinForms control from another thread Pin
peterchen6-Nov-06 14:33
peterchen6-Nov-06 14:33 
GeneralRe: using WinForms control from another thread Pin
Judah Gabriel Himango6-Nov-06 15:50
sponsorJudah Gabriel Himango6-Nov-06 15:50 
Questiontesting for a bit in an enum Pin
peterchen6-Nov-06 13:03
peterchen6-Nov-06 13:03 
AnswerRe: testing for a bit in an enum Pin
Luc Pattyn6-Nov-06 13:35
sitebuilderLuc Pattyn6-Nov-06 13:35 
GeneralRe: testing for a bit in an enum Pin
peterchen6-Nov-06 13:44
peterchen6-Nov-06 13:44 
AnswerRe: testing for a bit in an enum Pin
Scott Dorman8-Nov-06 7:43
professionalScott Dorman8-Nov-06 7:43 
QuestiondataGrid and textBox Pin
aPerfectCircle6-Nov-06 12:39
aPerfectCircle6-Nov-06 12:39 
AnswerRe: dataGrid and textBox Pin
freshonlineMax6-Nov-06 18:15
freshonlineMax6-Nov-06 18:15 
AnswerRe: dataGrid and textBox Pin
mkc2k36-Nov-06 18:17
mkc2k36-Nov-06 18:17 
AnswerRe: dataGrid and textBox Pin
aPerfectCircle7-Nov-06 13:43
aPerfectCircle7-Nov-06 13:43 
Questionhow to set password on Sqlserver 2005 database ? Pin
hdv2126-Nov-06 10:09
hdv2126-Nov-06 10:09 
AnswerRe: how to set password on Sqlserver 2005 database ? Pin
freshonlineMax6-Nov-06 18:34
freshonlineMax6-Nov-06 18:34 
Questionchess info Pin
raonasir6-Nov-06 8:57
raonasir6-Nov-06 8:57 
AnswerRe: chess info Pin
Guffa6-Nov-06 9:00
Guffa6-Nov-06 9:00 
GeneralRe: chess info Pin
Christian Graus6-Nov-06 10:25
protectorChristian Graus6-Nov-06 10:25 

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.