Custom DataPager. How?

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I am using a DataPager with a ListView. I am creating everything at
runtime.

I need to create a custom DataPager so that the numbers and the next
previous symbols will be inside a list (ul > li).

How can I do this?

Thanks,

Miguel
 
Hello shapper,

Check this article http://aspnet.4guysfromrolla.com/articles/021308-1.aspx
it may help you about DataPager customization

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


s> Hello,
s>
s> I am using a DataPager with a ListView. I am creating everything at
s> runtime.
s>
s> I need to create a custom DataPager so that the numbers and the next
s> previous symbols will be inside a list (ul > li).
s>
s> How can I do this?
s>
s> Thanks,
s>
s> Miguel
s>
 
Back
Top