使用PopupControlExtender 弹出窗口返回Web Service call
Failed: 500.
页面:MasterPage + DataGrid + PopupControlExtender + Panel
我现在需要当鼠标移动到DataGrid每行的一列时弹出信息
提示框,但现在每次都
显示:Web Service call
Failed: 500.
不知道为什么。部分
代码如下:
页面的PopupControlExtender控件:
后台代码:
_ Public Function GetDynamicContent(ByVal contextKey As String) As String Dim strtemp As StringBuilder = New StringBuilder() ''从数据库获取数据代码部分省略 Return strtemp.ToString() End Function 请帮忙解答,十分感谢! __________________________________________________________________________ 自己回答。 后台Function 必须是Shared类型 __________________________________________________________________________
原文链接:https://www.f2er.com/vb/264122.html