not page postback condition ignored?

  • Thread starter Thread starter Carlos
  • Start date Start date
C

Carlos

Hi all,

I have an app that has 2 similar webforms. each populate a
combo box. The problem is that even though the code is very similar,
one of them behaves as if the not page.postback() condition is ignored.
That is, it populates the listbox twice. I do not know what is causing this
to happen, the code is almost identical between the 2 pages.

Thanks in advance,

Carlos.
 
Carlos said:
Hi all,

I have an app that has 2 similar webforms. each populate a
combo box. The problem is that even though the code is very similar,
one of them behaves as if the not page.postback() condition is ignored.
That is, it populates the listbox twice. I do not know what is causing this
to happen, the code is almost identical between the 2 pages.

Thanks in advance,

Carlos.

Carlos,

Is there a chance that you could post some code? It will be far easier
to assist if there was some code to look at.

You say the pages are "almost" identical, what are the differences?

Steve
 
Back
Top