Showing related tags and posts accross the entire site.
-
We've upgraded to the latest templates and SQL Server 2008 and noticed that if a custom stored procedure has the select statement inside an IF/ELSE block, it only returns a Dataset now. These are procedures that, when generated, returned Entity collections before the template upgrade. Anybody seen...
-
Hi everyone, I got a problem, finally after all other problem i had get my grid and code to somehow support paging from custom store procedure. Now it looks that grid works with paging but after i do any postback it breaks Actually, it looks that it doesn't connect or fetch data - it is empty. Now...
Posted to
.netTiers - General Support
(Forum)
by
vjerko
on
04-27-2008
Filed under: GridView, EntityDataSource, EntityGridView, OnSelected, Control flow, custom stored Procedure paging, custom stored Procedured procedure, gridViewiew
-
Hello all, I have a page with a repeater on it that is consuming data from a custom stored procedure. This procedure does paging and handles some funky logic under the hood (otherwise I would have used the built-in version). On my stored proc, I'm returning a dataset that nettiers correctly interprets...
-
Hi, Thanks for the quick reply. I faiyl quickly realised that my only option was to write a custom stored procedure and so went ahead and did it. It wasn't too painful at all, and I now have it successfully passing back an entity collection. My problem now lies with paging. Essentially, what do I need...