Hi.
In A.ascx I have one DropDownList and one DIV. The DropDownList is populated dynamically.
How do I load B.ascx into the DIV, when the user changes the selected index in the DropDownList. This should be done on the client side without postback, by using jQuery and Ajax.
Thanks