我想要亞音速運行webservice中的工作 我不知道如何返回數據。當它返回任何值而不是值時,我只在結果中得到Object這個詞。我錯過了什麼? <WebMethod(Description:="Method to retrieveCptCode subsonic List")> _
Public Function GetSubCptCodes() As CPTCodeCollection
就像標題所說,我試圖在datagridview中填充組合框列。 這是我到目前爲止有: Dim lc As System.Web.UI.WebControls.ListItemCollection = _
DataAccess.Part.GetListItems()
dgvcboPart.DataSource = lc
' This is a standalone combo bo