1. Use user control (CustomerOrders.ascx) to display the order list. This user control only needs to contain the Repeater control and bind the data source. 2. Create a new simple page GridViewDrillDownjQueryQAjax.aspx, reference the user control on this page, and display the user order list 3. Create two new DIVs on the page GridViewDrillDownjQueryQAjax.aspx: one is used to display member information, and the other is used to display the order information of a certain member. When a certain member information is clicked, the order list of this member is displayed.
The database comes with the system, you only need to modify the UID and pwd.