DataGridPaging

  • Thread starter Thread starter WandaL
  • Start date Start date
W

WandaL

Hello,

I am new to asp.net and have been using "ASP.Net for Dummies" to
create my blog. I want to limit the number of blogs that are
displayed on my site to 5. I have been able to do that but the
problem I'm having is only the blogs for the current month displays
so if there are less than 5 than only that amount will display. What
am I doing wrong?

Thanks... :cry:
 
Here is a link on MSDN on datagrid paging.

http://msdn.microsoft.com/library/d...cifyingpagingbehaviorindatagridwebcontrol.asp
Hope this helps.
Regards,
Marshal Antony
..NET Developer
http://www.dotnetmarshal.com


WandaL said:
Hello,

I am new to asp.net and have been using "ASP.Net for Dummies" to
create my blog. I want to limit the number of blogs that are
displayed on my site to 5. I have been able to do that but the
problem I'm having is only the blogs for the current month displays
so if there are less than 5 than only that amount will display. What
am I doing wrong?

Thanks... :cry:
 
I figured out my problem but the link you provided was still very
helpful...Thanks...


Marshal Antonywrote:
Here is a link on MSDN on datagrid paging.
http://msdn.microsoft.com/library/d...cifyingpagingbehaviorindatagridwebcontrol.asp
Hope this helps.
Regards,
Marshal Antony
..NET Developer
http://www.dotnetmarshal.com


Hello,

I am new to asp.net and have been using "ASP.Net for Dummies" to
create my blog. I want to limit the number of blogs that are
displayed on my site to 5. I have been able to do that but the
problem I'm having is only the blogs for the current month displays
so if there are less than 5 than only that amount will display. What
am I doing wrong?

Thanks... :cry:


[/quote:a8223ef6af]
 
Back
Top