It apears I get the words "view" apended to my table names in code. I ask if this is correct becuase my grid which should be a table is still having paging problems which I am looking into. So for example:
<data:TableNameDataSource ID="nameIwant".....> </data:tableNameDataSource>
The underlining object when placing a breakpoint for "nameIwant" becomes "nameIwantView". Is this correct or did I do something incorrect for it to add "view" to a table? If it is correct and the object is indeed a table then I have a paging problem I need to look into.
Thanks