A
adh
Possible in C# but not in VB.NET 2005 ????
<WebMethod()> _
Public Function GetCompletionNames(ByVal prefixText As String, ByVal count
As Integer) As String()
Dim st as String()
......
return st
Doesn't work !!???
Thanks
<WebMethod()> _
Public Function GetCompletionNames(ByVal prefixText As String, ByVal count
As Integer) As String()
Dim st as String()
......
return st
Doesn't work !!???
Thanks