mania_comp -2 Light Poster

Hi ...

I am using details view in one of my aspx page. In DetailsView I have set PagingMode to NextPrevious.
Now I load some quiz questions in DetailsView and all this works fine in MOZILLA Firefox .
But in IE8 ... when I click on Next button in Details View , in Page_Load event it gives ISPOSTBACK = False whereas it should be TRUE... and so my whole logic goes wrong and doesn't work..

So ..i have no clue what is the problem with IE8...
I have other radiobuttons in DetailsView but there is no problem with them....the only probelm is with NEXT button ..
Any ideas..?

Thanks for your time..