hi guys ,

i got a solution at http://amitkumarmca04.blogspot.com/2009/03/custom-paging-in-grid-view-control.html

but i dnt knw which code has to be written in aspx ,which has to be written in code behind and which has to be written in class file

and how the how has to be written can any one help me

Recommended Answers

All 4 Replies

In the link, A class is given to implement custom paging in a gridview control having dynamic templates.

The class is inheritated from ITemplate which can be used to create dynamic templates in GridView at runtime.

The source does not have any implementation of GridView and its related HTML source.
You need to write code to use that class in your gridview to have the custom paging.

pupilstuff,

Smart job work. You can't differentiate - markup and programming statements.

thanks Ramesh

Can you help me to implement that code means which code has to be written in grid view

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.