Questions tagged [eventreceiver]
48 questions
0
votes
3 answers
HttpContext.Current always equal to null
Please help me to fix my problem.
My problem is the HTTPContext.Current is always equal to null.
Thanks in advance.. Please see below code
HttpContext _context = null;
public EventReceiver()
{
_context = HttpContext.Current;
}

Sam Casil
- 938
- 1
- 11
- 16
0
votes
2 answers
Problems with SharePoint EventReceiver ItemUpdating on Custom List Definition
I have a problem with my CustomListDefinition and a CustomEventReceiver.
The ListDefinition works fine. I can create Lists out of it and everything looks as it should. My EventReceiver acts on the following four events: ItemAdding, ItemAdded,…

skorzinetzki
- 83
- 10
-3
votes
1 answer
How to fire event reciever for save button on newform.aspx
I am working sharepoint 2010 . I am new to this field.i have created event receiver for item added. but it is not firing when i am clcking save button of newform.aspx. I am confused that from where we will call this function. can anyone help me to…

Shanu
- 1
- 3