




Page Fault Errors in DataGrid During Record Deletion
Assume that the DataGrid contains “n” number of pages. Attempting to delete the last record of the nth page will throw the following error: Invalid CurrentPageIndex value. It must be
Assume that the DataGrid contains “n” number of pages. Attempting to delete the last record of the nth page will throw the following error: Invalid CurrentPageIndex value. It must be
You can improve the performance of WebDAV by setting the following two properties of your Requestobject to false (true is the default value for both of there properties): HttpWebRequest.ServicePoint.Expect100Continue: When
Suppose you want to store password values in a table, but you don’t want that password data to be displayed. While there are other ways to accomplish this, masking the
You can restrict the type of template arguments for a template class by using the Forward template declaration. Suppose you have a template class and you want to instantiate it