i have a doubt in grid view. In Data list we have a property call RepeatDirection (horizontal or vertical). is there any property in gridview control displaying the data in horizontal.
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.
I don’t think Gridview can show multiple records per row. Nesting Controls could be an option.
eg: Another Gridview/DataList in itemTemplate. but this need the change existing DataFetching mechanism.