Is there a code sample that can take a look at? What the itemdatabound event instead of itemcreated?
Main Topics
Browse All TopicsI am trying to modify the pager in a datagrid programmatically. I have successfully set the pager table cell to span the full width of the datagrid and added a label control before the first control.
However, I'm still having problems styling the pager the way I need.
I'm using the numeric pager style. How do you access each numeric page link item?
For example, if I have three pages, I would like to add an opening and closing brackets around each numeric page link item with ellipses after the last item...i.e. [1][2][3]...
Also, I'd like the current page to not have brackets.
I'm also trying to figure out why the horizontal center is not working for the first numeric page link (see screenshot). It is way off to the left. Please ignore the text "Pages --> " That was just a test.
Finally, I'd like to add hyperlinks for the next and previous links programmatically. For example, my datagrid displays 10 records per page. If I have 200 records, I would want the datagrid to show the first 10 numeric page links then the next link and when it is clicked it will display 11 thru 20 page links, etc.
Thanks for any help.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: informaniacPosted on 2009-08-23 at 10:03:58ID: 25163362
I think u'll have to try the itemdatabound event instead of the item created event