【发布时间】:2012-01-23 06:04:17
【问题描述】:
我有一个[WebMethod],我想使用以下代码为文本框赋值:
[WebMethod]
public static void MyMethod(string s)
{
//TextBox1.Text = s; //Here how can i access the textbx?
}
【问题讨论】:
-
重复问题。请浏览此帖子stackoverflow.com/questions/2133194/…
标签: c# asp.net static pagemethods