What controls are used in Asp.net to display data such as amazon, ebay, etc? Each row consisting of picture(s), wors, hyperlinks, buttons, etc. Do they use DataGrid, Table, ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s all going to depend on what you want. However, the control most likely to have the most flexibility and do exactly what you need it to will be the
<asp:Repeater/>control.