views:

13

answers:

0

I have a shared code i want to run on the data binding of EVERY gridview in website. conveniently enough i placed the code itself in a base class in App_Code that all my pages inherits from, and i link to that function in every page i place a grid view in the databind event.

I am looking to make it one step further and place that linkage in the skin file - i can do it for properties - but i can not do it to events.

Is anyone knows of a way around this limitation?