Hi jon,
Thanks for the work around. I've tried this but it didn't work when we click some GO / Submit button in the page.
Like I got a Date Control (using Update Panel) on the page and I placed ReportViewer in another panel(.Net Panel) and set the Visible property to False by default.
Now, in the GO button I made it visible and it'sworking fine.
Now, if I try to select the date from the calender, as soon as I click the Calendar Image button or infact any button in the page, I get an alert saying.....
"Invalid Postback or callback argument. Event Validationis enabled using <pages enableEventValidation="true"/> in configuration or <@Page EnableEventValidation="true"/>" in a page. For security purposes...blah blah....
I couldn't figure out what's this about.
Can you please suggest me what can be done here.
I've got the latest version of AJAX from MS.
Thank you