custom paging
Collapse
X
-
Tags: None
-
What exactly is it you want?
You provide a link to a site that already has the code you are looking for and then ask us to implement it, do you want someone to like mail a project to you or something?
Your not even asking a question in this post... -
no , i just want to know how to use that code as i am very new to this thats all
what i did tht i drag a grid view but dnt knw what coding has to be done at that grid viewComment
-
Ok well, you are going to need to make some controls at runtime. Lets start with that, try writing somecode to create a hyperlink/button depending on what you want and then adding that control to your webpage.
Also you will need to do the databinding to the grid manually as you need to navigate through records based on the link/button the user selects.
Trying thinking about how to achieve this and post the code that you think will work.
I'll have a look at it tomorrow, but i'm sure another staff member will also have a look before then.Comment
Comment