views:

619

answers:

0

Hello and Good Day

I have a system that uses custom user controls for the information displayed on an ajax tabcontainer. I have finally gotten the lazy load of the user controls to work using triggers and placeholders to dynamically load the user control only the first time the user clicks on the respective tab.

The issue I am facing now is the fact that in dynamically creating my user control it seems that I have broken the gridviews ability to 'sort and page' as it does automatically.

I read somewhere that if you create a user control using code behind and it contains a gridview then you must code for this functionality, I can not find any samples.

Does this sound familiar or does anyone know how to make the gridview on my user control 'sort and page' in this scenerio?