AllowCustomPaging must be true and VirtualItemCount must be set for a DataGrid with ID 'sira' when AllowPaging is set to true and the selected data source does not implement ICollection.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: AllowCustomPaging must be true and VirtualItemCount must be set for a DataGrid with ID 'sira' when AllowPaging is set to true and the selected data source does not implement ICollection.
Source Error:
Line 33:
Line 34: sira.DataSource = yaz
Line 35: sira.DataBind()
Line 36:
Line 37: yaz.Close()
Bu Hatayı Neden Verir? AllowCustomPaging
3
●752