When attempting to send a hashtable to my user-defined function ajaxSCall(), which requires a hashtable in the last argument at '" & mData & "',
an error is displayed stating
"Operator '&' is not defined for types 'String' and 'System.Collection.Hashtable'. "
Any assistance on how to resolve this issue would be greatly appreciated.
Public Shared Function diplayNoti(ByVal BtnLabel As String ,ByVal btnUrl As String, ByVal mData As Hashtable)
scriptHtm= "<script>function(){ ajaxSCall('NL', 'mainDiv', '" & btnUrl & "','" & mData & "' )};</script>"
Return scriptHtm