Is it possible to create a gridview based on a list? I have the following list:
ID = 1 Name = John Zip = 33141 ID = 2 Name = Tim Zip = 33139
I want to be able to create an editable gridview with this list
When i bind it to the grid view, it seems to put everyting in one column, and i can't figure out how to get it to seperate it into different columns