I am coding in C#, asp.net 2.
I have a radiobuttonlist on my page which applies a rowfilter to a DataView and bind it to a GridView control on each selectedindexchanged event.
When I click on the radiobuttonlist only sometimes I get the General Internet Explorer error, and in some cases I do get the correct results. When I run the app on my localhost, it works fine on every click, I get this error when I publish the app on the server. What possible reasons can there be?
Please assist.
Thanx