Since I am new with working with C#asp.net web controls 2010, I have the following question to ask about the gridview control:
1. Since there a way to change the orientation of the gridview control. Instead of being horizontal orientation, I would like the the gridview control to be vertical display? This column names would go down the left side of the grid? If this is possible, what do I need to do change the orientation?
2. I want to embeded dropdown list controls in different cells. Is there a way you recommend I accomplish this task? Is there some like 'BulkEditGridView' for dropdown list controls?