I am having one User Control Called salesrevenue.ascx.This User Control Contains two drop town list and one Grid view Control.
in my project one aspx page is there called webparts.aspx page it Contains 4 web part Zone in that aspx page.Each webpart zone Contains Same User Control(SalesRevenue.ascx).I need to bind the Gridview Control which is in user Control need to be binded the Different data respective their Condition.Grid view is binded on page load event on aspx Page.
please Can you help me in that Concepts.