hi all,
I have two user controls on my page with some other user controls & data fields.One.ascx will show list of categories two.ascx will show list of products based on category selected in one.ascx
I want to achieve the above functionality with ajax without posting the whole page.
Thanks in advance.