Viewing 5 posts - 1 through 5 (of 5 total)
Hi,
Once again thanks all of you Gurus
Regards,
Zaheer
June 20, 2006 at 11:26 pm
Again Thanks Guys
Actually I am using Repeater Control instead of Datagrid control, which doesn't have buitin paging option.
Well Jeff, my table doesn't have an auto-numbering IDENTITY column but unique column it has.
I...
May 8, 2006 at 10:41 pm
Thanks Guys,
Actually I neet to do paging in ASP.NET application. I have created a Stored Procedure, which takes two parameters(@From, @To). I don't want to use primary key column, because there...
May 8, 2006 at 12:47 am
Hi Ben,
You could use SQL Server System function @@ROWCOUNT which return the number of rows affected by the last statement. At the end of procedure write return statement (Return @@ROWCOUNT) and get...
April 14, 2006 at 11:02 pm
Viewing 5 posts - 1 through 5 (of 5 total)