The basic features of the gird are as follows (All operations are asynchronous)
Sort in ascending or in descending order by clicking on the arrows next to column name.
2.) Change page length.
The server-Side functions are as follows
public string GetCallbackResult()
{
return result;
}
This function simply returns the result which we have put as innerHTML in the ShowResult function.