SharePoint Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1851 Page Views: 

What base classes do list event receivers inherit from?



Posted By: Avi Date: 3 September 2009 05:53:33 AM
 Answer:

SPListEventReceiver


Posted By: eTechPlanet


Date: 3 September 2009 05:53:33 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image EtSuzD
Related Questions
SharePoint : What are major components of SharePoint Excel Services?

What are major components of SharePoint Excel Services?

There are three core Excel Services components: 1) Excel Web Access: Excel Web Access is an Excel S....
Category: SharePoint Date: 11/25/2009 6:14:37 AM
SharePoint : Explain SharePoint Excel Services?

Explain SharePoint Excel Services?

Excel Services is built on ASP.NET 2.0 and Office SharePoint Server 2007. It allows developers to lo....
Category: SharePoint Date: 11/25/2009 6:08:19 AM
SharePoint : Write the STSADM command to add the solution file (.wsp, .cab, .wpp) to the solution store in SharePoint 2007?

Write the STSADM command to add the solution file (.wsp, .cab, .wpp) to the solution store in ShareP....

Following STSADM command can be used to add the solution file (.wsp, .cab, .wpp) to the solution sto....
Category: SharePoint Date: 11/18/2009 7:03:06 AM
SharePoint : What are the correct values for Scope for a Feature in SharePoint 2007?

What are the correct values for Scope for a Feature in SharePoint 2007?

Scope of a Feature in SharePoint 2007 can have one of thr following: 1) Farm 2) WebApplication 3) S....
Category: SharePoint Date: 11/18/2009 6:44:35 AM
SharePoint : Write code in C# to fetch all the data from SharePoint Custom List?

Write code in C# to fetch all the data from SharePoint Custom List?

SPSite objSite = new SPSite("http://servername:1234"); SPWeb objWeb = objSite.OpenWeb(); S....
Category: SharePoint Date: 11/18/2009 6:35:44 AM