Hello,
I have a table with 30 columns.
I have created a web form ASP.NET with a dropdown list, a grid view and two sqldatasources.
I could able to get the values from the table when I select a value from dropdown list, but, there are 30 columns in that table which to all the results I need to slide or scroll the web page horizontally.
Instead of that is there ay way that I can see the grid view results a value from dropdown list in vertically(which means scrolling the web page downwards).
Thanks