hi guys
I am using ASP.Net v1.1, VB, and getting a weird dataview issue.
Well, weird to me, but I am quite new to ASP and .Net
Anyway if I set the rowfilter in the dataview manually, ie in the dataview properties in the IDE, then databind in code, it works perfectly.
However if I update the rowfilter in code, based on a selection from a datagrid, it gives me an "Index 0 not non-negative and below total rows count" error message.
I've also tried setting the rowfilter directly in code, ie inputting the same string as successfully entered manually in the IDE, but this returns the same error.
Any help appreciated :)