No item exist at http://<servername>....Item may have been deleted ......

Posted by Prakash on Stack Overflow See other posts from Stack Overflow or by Prakash
Published on 2009-08-23T20:59:38Z Indexed on 2010/04/05 19:23 UTC
Read the original article Hit count: 218

I have a data view webpart of some other list on my Dispform.aspx page. I have added edit and create new links in it. Create new item link is workin fine but when I m clicking on edit, its showing me error: No item exist at http:....listname/Dispform.aspx?ID=1&Source=http://...listname/Allitems.aspx. It may have been deleted or renamed by other user.

I found this post related to it. http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/e368d7c7-8878-4f74-a62b-9ebad50c6b9a

But now in my case the problem is I don't wanna customize Allitems.aspx, and what I have understood in the above post guys have suggested that to change the query string.I can only customize DispForm.aspx.

Now the query string which is passing by default is ID=@ID from Allitems.aspx to DispForm.aspx...and I have to use this ID query string variable in my parameter if I m passing it on to the next page. Anyone knows how to fix this?

Thanks in advance,

© Stack Overflow or respective owner

Related posts about sharepoint-designer

Related posts about sharepoint