I currently used a gridview and im able to populate something similar to this where the project titles are links to another page called “projects”
https://i.stack.imgur.com/IROe4.jpg
what i want is to be able to click on the option in the top right and get this
https://i.stack.imgur.com/vuoNh.jpg
where images based on my projectid are listed..and those pictures will be links to the projects page as well
Any help would be appreciated
As rough psuedo-code you could do it a couple of ways.
1) Have 2 listviews – one displaying in grid format, one in tiled and based on which button was hit display and bind data to the relevant listview.
2) Have one listview and in its itemdatabound method alter/show-hide different elements in the ItemTemplate/Alternating ItemTemplate based on which button was hit. You would also need to change i.e. a CSS wrapping element so that your css effected the change in layout