Showing related tags and posts accross the entire site.
-
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, I'm using a custom stored procedure calling an external assembly. The type of the SP is 'PC' rather than the regular 'P' (if I remember well). .nettiers could not pick it up and I had to create another custom SP calling the external one. Is there a way to make .nettiers pick...
Posted to
.netTiers - General Support
(Forum)
by
R4cOOn
on
12-07-2007
Filed under: .netTiers, Custom Stored Procedure, NetTiers.cst, Database, .net 3.0, custom stored Procedured procedure, Custom Stored Procedure error, database GAC
-
I have a problem with Nettiers version 2.0.1.471. It's easy to reproduce. 1) Create a table with a column named "colX" 2) Create a Custom Stored Procedure that specify the name of the "colX" in the order by clause (for example) 3) Generate and everything will be OK 4) Drop the...
-
Hi We wrote custom stored procedure for view, that's supposed to return paged search results. as long as there is SELECT statement, method is generated for view with return type of TList View but if we create select statement in variable and execute it like this: exec sp_executesql @finalSQL then...
-
Hi There I keep getting the following error when generating my codesmith project. I created a custom stored procedure then started getting the error. When I removed the custom proc I still got the error. I have also tried parsing all the Stored procs and there is no syntax errors Error while execution...
Posted to
Support
(Forum)
by
StantonR
on
10-07-2008
Filed under: .netTiers, custom stored Procedured procedure