Hopefully a simple questions
I have got a property
Public ReadOnly Property Test() As String
Get
Return "Hello World"
End Get
End Property
I am trying to display this on webpage by using
<%# Test.ToString%>
But it is not working.
Any help/assistance would be great, as I know I am missing something simple but unsure what!
I have got a property
Public ReadOnly Property Test() As String
Get
Return "Hello World"
End Get
End Property
I am trying to display this on webpage by using
<%# Test.ToString%>
But it is not working.
Any help/assistance would be great, as I know I am missing something simple but unsure what!