Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0103: The name 'Format' does not exist in the class or namespace 'ASP.showInbox_aspx'
Source Error:
Line 29: </td> Line 30: <td> Line 31: <%#Format(DataBinder.Eval(Container.DataItem,"dateWritten"), "dd-MM-yy HH:mm")%> Line 32: <br> Line 33: </td>
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0117: 'string' does not contain a definition for 'ToDateTime'
Source Error:
Line 31: Line 32: <td> Line 33: <%#DataBinder.Eval(Container.DataItem,"dateWritten").ToString().ToDateTime().ToShortDateString()%> Line 34: <br> Line 35: </td>
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1026: ) expected
Source Error:
Line 31: Line 32: <td> Line 33: <%#Convert.ToDateTime(DataBinder.Eval(Container.DataItem,"dateWritten").ToString().ToShortDateString()%> Line 34: <br> Line 35: </td>
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.