Hi there,
I have a repeater control in master page that fetches categories from Sql. Since these categories are common in some of the pages I decided to put the code in the master page. However, the user can create more categories from a content page and here the problem emerges. Since in the page life cycle events in the content page are executed after master page controls are created, when a user creates a category refreshing the page becomes compulsory in order to see the category created. As I don't want to refresh the page automatically, can anyone suggest me another way to handle this problem?


