I have died and gone to heaven.
Look at this web service declaration!
Guess what objReturn is!!!!Code:<WebMethod()> _ <ScriptMethod(ResponseFormat:=ResponseFormat.Json, UseHttpGet:=False)> _ Public Function SaveService(ByVal toddtype As String, ByVal fromddtype As String , ByVal fromwho As String, ByVal VisitId As Integer , ByVal objReturn As Dictionary(Of String, String)) As String
It's the original JSON recordset retained as an object in javascript simply passed back and it's now a pair'd up dictionary object for me to bind to my update sproc in a loop!!




Reply With Quote