Hi,
Sorry if the information is a little slim, but I have taken over managing an application and I'm not familiar with everything on it yet.
I am populating a grid with in a VB web application, and upon selecting a row of data a toolbarbutton becomes selectable to allow you to go to show more detail.
This works fine when running the application locally in visual studio, however once it is compiled and published onto a web server, I get a 'Error: Sys.WebForms.PageRequestManagerServerErrorException: Specified argument was out of the range of valid values.
Parameter name: ItemHierarchicalIndex' message when selecting a row of data in the grid.
This only happens in Internet Explorer, Chrome and Firefox seem to work ok.
Any ideas on where I need to look would be appreciated.
Thanks
Mark
Sorry if the information is a little slim, but I have taken over managing an application and I'm not familiar with everything on it yet.
I am populating a grid with in a VB web application, and upon selecting a row of data a toolbarbutton becomes selectable to allow you to go to show more detail.
This works fine when running the application locally in visual studio, however once it is compiled and published onto a web server, I get a 'Error: Sys.WebForms.PageRequestManagerServerErrorException: Specified argument was out of the range of valid values.
Parameter name: ItemHierarchicalIndex' message when selecting a row of data in the grid.
This only happens in Internet Explorer, Chrome and Firefox seem to work ok.
Any ideas on where I need to look would be appreciated.
Thanks
Mark