is there a way where we can get the link(editform.aspx) of item just added to the list-- in the itemadded method of the event receiver (Share Point object model)
|
feedback
|
|
Following should give you the Url to the edit form:
| |||
|
feedback
|
|
You should be able to get the SPListItem.URL property of the item in the itemadded event receiver. The URL property gets the site-relative URL of the item. Hope I have understood your question correctly. | |||
|
feedback
|
