In my parentpage I have dropdownlist, multiview and button. Multiview has a
user control.
On click of the button i pass the selected value from dropdown to the
user control and call the databind method to populate the
user control with corresponding data.
User control has gridview which is populated using objectDataSource.
…