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.
To me this looks like an accordion where each section holds a table with data for a specific date. What you could do in this case is to dynamically create DIV objects (for each data that you intend to represent) and in each div add GridView or DataGrid. Then you would have style those divs to get the desired look. On the other hand have a look at jQuery UI Accordion. I understand you are a novice but jQuery UI Accordion could help solve your problem http://jqueryui.com/demos/accordion/.