In SharePoint 2010, I have created a custom list and I want to be able to display a single row of this custom list on page. But I do not want to create a separate page for each row.
I would like to be able to pass a url parameter with the row id or something.
for example:
I would have one page called rowview.aspx
where http://mysite.com/rowview.aspx?id=1
would show all the information in row 1
And http://mysite.com/rowview.aspx?id=2
would show all the information in row 2
Is this possible (and easy) in SharePoint 2010? or would I need to write a custom web part or something?