执行.aspx页面时,我收到以下错误.你能告诉我怎样才能解决它.
Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted. The same restriction applies if similar serialization is done by the custom session state store in 'Custom' mode.
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. …Run Code Online (Sandbox Code Playgroud) 我需要能够DataGridViewImageColumn通过点击它的标题来排序.我在设计器中将排序模式设置为自动,但是当我点击标题时没有任何反应.
这些列是可排序的吗?
如果是这样,我需要做什么?
谢谢!