S
Simon
Hi all,
What is the equivalent code of the following in C#?
**********************************************************
Public ReadOnly Property EditURL(ByVal strKeyName As
String, ByVal strKeyValue As String) As String
Get
Return "~/EditModule.aspx?tabid=" &
TabId.ToString & "&mid=" & ModuleId.ToString & "&" &
strKeyName & "=" & strKeyValue
End Get
End Property
**********************************************************
Thank you
Simon
What is the equivalent code of the following in C#?
**********************************************************
Public ReadOnly Property EditURL(ByVal strKeyName As
String, ByVal strKeyValue As String) As String
Get
Return "~/EditModule.aspx?tabid=" &
TabId.ToString & "&mid=" & ModuleId.ToString & "&" &
strKeyName & "=" & strKeyValue
End Get
End Property
**********************************************************
Thank you
Simon