0

UpdatePanel1.Update()内から演奏する方法はありますShared Subか?

エラーが発生します:Cannot refer to an instance member of a class from within a shared sub ..

<WebMethod()> _
Public Shared Sub DoSomeStuff(ByVal Param1 As String)

    // do some stuff and then update the updatepanel
    UpdatePanel1.Update() // not a valid code


End Sub

どんな提案でも大歓迎です。

4

0 に答える 0