Wrox Programmer Forums
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 22nd, 2005, 04:15 AM
Authorized User
 
Join Date: Feb 2005
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
Default Paging in DataGrid

hello everyone,

I am stuck with the problem how to enable paging in a datagrid.
Is there any study materials or tutorials available in the internet or any example.

using asp.net with C#.

Regards

somissac
__________________
somissac
 
Old March 22nd, 2005, 04:19 AM
Authorized User
 
Join Date: Jul 2004
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to aravwind Send a message via Yahoo to aravwind
Default

In the grid properties,
set these properties

AllowPaging="True"

PageSize="xxx(say 10 or 20)"
 
Old March 23rd, 2005, 04:30 AM
Authorized User
 
Join Date: Mar 2005
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by aravwind
 In the grid properties,
set these properties

AllowPaging="True"

PageSize="xxx(say 10 or 20)"
along with this u must also specify the related function
eg. onPageindexChanged()
in this event change the current page index to new page index.

It bcums FATAL wen my brain puts my eyes on Call-Waiting ! >|B-)
 
Old March 24th, 2005, 08:07 AM
Authorized User
 
Join Date: Feb 2005
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hello I have already done this but it couldn't solve the problem.
Can any one give an example
Thanks a million in advance.
Regards

somissac





Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom paging in Datagrid with datagrid page count madhusrp ASP.NET 1.0 and 1.1 Professional 12 June 2nd, 2008 01:15 PM
Paging in DataGrid vijay_83 ASP.NET 2.0 Professional 0 September 29th, 2006 02:02 PM
DataGrid Paging nsrujan C# 0 February 6th, 2006 09:12 AM
datagrid-paging kvanchi ASP.NET 1.0 and 1.1 Basics 2 December 8th, 2004 04:17 AM
Paging in datagrid Renu ASP.NET 1.0 and 1.1 Basics 2 September 9th, 2004 01:11 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.