Hi Russ, i have another problem!!! ;-D
I have a really weird problem. I am using the menu adapter and on one of my pages i have a updatepanel with a gridview inside.....i find i get an error (js-object expected) when i select a row in the gridview....however when i 'turn off' the adapter i dont have a problem.
However i have other pages that have the same setup and they work fine with the adapter and update panel/gridview setup.
I notice that when i view source i cant see any of the markup for the gridview.....which i assume is why i get an object expected error as the LinkButton on the row with the command=select called linkUser is not there???
Again, this is true on other pages where i have this setup???
I also have the cascading drop down control on the page which i have disabled and still get the error....the only way to clear the error is to stop using the Adapter???
Any ideas?
Steve