Hi,
In C# programming, we have a page load event, which is fired, when the page is getting loaded. In the Page_load event, functions can be written, which can be used when some function needs to be done at the loading of page iteslf.
Is there any events like that for sharepoint coding. I found the ItemAdded and ItemDeleted events, which fires when an item is added or deleted, but when a page is getting loaded, to which event the code has to be written. Everytime the page is loaded,
i want to execute a function. To which event handler, the code should be attached. I am using the Class Library project, under C#.
Thank you
View Complete Post