views:

24

answers:

2

Hi,

I need to write an event listener which will execute my custom C# code while uploading a document in the list. For example, When I upload a pdf document ( which is having some editable text fields ) in a list , my c# code will write some information to the pdf and it will get attached to the list.

Can someone guide me to the right direction ?

+1  A: 

I understnd this is connected to your question yesterday. You have also mentioned that you don't have any experience working with c#.

This MSDN Page should get you started but I strongly advise some developer to help you if you don't have any experience working with ShrePoint.

Shoban
Thanks Shoban, Unfortunately I won't get help from other devs..I will be on track with little guidance :)
Rishi
@Rishi: I was like you with confidence, little guidance will help me just to find later that I have many places re invented the wheel.
Kusek
A: 

This is the nice place for you to get started, this link details about what is an eventhandler,when to use it & its types.

Refer this for example on Attachment Events.

Both the above links are 2007 but it holds good for 2010 as well.

Kusek
Thanks Kusek :)
Rishi

related questions