I made a custom EditForm.aspx but when I click on an item in the list to edit, it gets the data for the very first item in the list, every time. The title gets the right information, but the custom list form doesn't. I checked the parameters and there is a ListItemId that has QueryString(ID) as the location, so that is correct. Anyone know why the custom list form isn't showing the right record?
Really appretiate any help.