I am trying to creating pdf in ItemUpdated event receiver of my list but unfortunately i am not able to prompt open/save window dialog box because i am getting null object of HttpContext.Current. I am able to create it on ItemUpdating but i want it on ItemUpdated after my data saved into the list.
Any Suggestions?
Thanks.