ASP.NET Code Behind and Page results are mismatched?

This event gets called every time there is a postback. Execute your initial code it is advised check for postback.

This event gets called every time there is a postback. Execute your initial code it is advised check for postback.E.g. Protected void Page_Load(object sender, EventArgs e) { if(!IsPostback) { //your initial code } }.

I am saving a list of objects in ViewState so that I don't need to query the database again and again. This is the issue, once this line is disabled, all fields are populated well and when enabled some of the records are not refreshed. I didn't get WHY?

– bjan Mar 18 at 12:52.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions