@tset
返回值在result 里
比如
public SqlResult result;
procedure.ProcedureName="sp_name";
result=procedure.Call(1,"1","2");
int abc = (int)result.Output["aaa"];
Application["TimeStamp"]在前边赋个初值就行了
re: 翻译连载之计算机网络4 ffan 2006-04-15 15:39
In fact, a common gripe around the water cooler is how much e-mail everyone has to deal with, much of it meaningless because bosses have discovered that they can send the same (often content-free) message to all their subordinates at the push of a button.
这段没看懂, 能不能解释下?
re: ASP.NET(C#)中遍历所有控件 ffan 2005-10-09 09:16
元素好像没有onload事件埃
就在本页的onload里写也一样吧
或者可不可以把它做成自定义控件,在它的HTML中的BODY添加onload事件