Click here to Skip to main content
15,885,278 members
Articles / Web Development / ASP.NET

Creating CheckAll UncheckAll Gridview Webpart with Paging, Sorting Functionalities in Sharepoint 2007 in a Step by Step Manner

Rate me:
Please Sign up or sign in to vote.
4.82/5 (9 votes)
7 Apr 2009CPOL6 min read 75.9K   1.2K   20  
An article about Creating CheckAll UncheckAll Gridview webpart with Paging, Sorting functionalities in Sharepoint 2007 in step by step manner
<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.SharePoint.Search</name>
	</assembly>
	<members>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchService.Delete">
			<summary>Removes this object from the collection and the farm.</summary>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchService.Provision">
			<summary>Makes the necessary changes to the local server to use the object.</summary>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchService.Unprovision">
			<summary>Makes the necessary changes to the local server to cleanup after deleting the object.</summary>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchService.Microsoft.SharePoint.Administration.Backup.IBackupRestore.Name">
			<summary>Gets or sets the name that identifies a particular instance of the object.</summary>
			<returns>A string containing the object's name.</returns>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchService.TypeName">
			<summary>Gets the user-friendly name that describes the object type in the Administration user interface. </summary>
			<returns>A string containing the name. </returns>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.#ctor">
			<summary> </summary>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.Delete">
			<summary>Removes this object from the collection and the farm.</summary>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.Update">
			<summary>Causes the service instance to save its state and propagate changes to all machines in the farm.</summary>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.DisplayName">
			<summary>Gets the user-friendly name that describes this instance in the Administration user interface.</summary>
			<returns>A string containing the name.</returns>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.Microsoft.SharePoint.Administration.Backup.IBackupRestore.Name">
			<summary>Gets or sets the name that identifies a particular instance of the object.</summary>
			<returns>A string containing the object's name.</returns>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.TypeName">
			<summary>Gets the user-friendly name that describes this service instance in the Administration user interface.</summary>
			<returns>A string containing the name of this service instance.</returns>
		</member>
	</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
India India
I am Sreedhar Ambati working as a developer. I am having 6+ yrs of experience in Microsoft technologies like ASP,VB,ASP.Net, Vb.Net, C#.Net, Microsoft Dynamics CRM and Sharepoint Server 2007.
I used to blog at: http://ambatisreedharworks.wordpress.com and http://ambatisreedhar.spaces.live.com

Comments and Discussions