i want to display multiple data in aspx page using single user control.data can be taken like dataset from database.
You can create a Model in .ascx and then get all the data in that model, then pass it to you .aspx page and control.
https://stackoverflow.com/a/19557072
Check the above link, creating Model is like
public MyControlModel Model {get; set;}
hope it helps.
Subscribe to our weekly Newsletter & Keep getting latest article/questions in your inbox weekly