views:

193

answers:

1

Hi,

My asp.net site has master page. On one of the pages that use master page, I have 2 grid view controls. Both are tied to their own datasourcecontrols. I tried to enable paging on the grid but paging does not show up.

please help.

A: 

Try setting the PageSize property to something small, like 5, and see if it comes or not.

Also try setting the AllowCustomPaging="true" property.

Kirtan
Thank you ... this did the trick... I have a long way to go...
dotnet-practitioner