DataGrid hyperlink column error
Hello all,
I have a hyperlink column within a datagrid that I'm trying to test, but continue to get the same error, for a reason unknown to me. I thought someone out here might be able to assist. To help out, when clicking on the datagrid hyperlink column, I have an event handler for datagrid_SelectedIndexChanged. Here is the description and stack trace. Thanks.
Value cannot be null. Parameter name: s
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.ArgumentNullException: Value cannot be null. Parameter name: s
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentNullException: Value cannot be null.
Parameter name: s]
System.IO.StringReader..ctor(String s) +78
System.Web.FormatterWithFileInfo.GetSourceFileLine s(String fileName, Encoding encoding, String sourceCode, Int32 lineNumber)
System.Web.UnhandledErrorFormatter.get_ColoredSqua reContent()
System.Web.ErrorFormatter.GetHtmlErrorMessage(Bool ean dontShowSensitiveInfo)
System.Web.HttpResponse.WriteErrorMessage(Exceptio n e, Boolean dontShowSensitiveErrors)
System.Web.HttpResponse.ReportRuntimeError(Excepti on e, Boolean canThrow)
System.Web.HttpRuntime.FinishRequest(HttpWorkerReq uest wr, HttpContext context, Exception e)
|