首页上一页 1 下一页尾页 1 条记录 1/1页
c#数据库系统开发案例精选P454页的问题
发表在C#图书答疑
2008-05-24
是否精华
是
否
版块置顶:
是
否
<P><FONT size=5>c#数据库系统开发案例精选P454页中Manger/OrderModify.aspx.cs下的</FONT></P>
<P><FONT size=5> public CommonProperty GetOrderInfo()<BR> {<BR> <BR> DataSet ds = mcObj.GetOdIfDS(Convert.ToInt32(Request["OrderID"].Trim()), "OrderInfo");</FONT></P>
<P><FONT size=5>}</FONT></P>
<P><FONT size=5>怎么Request["OrderID"]取不到值,Request括号中的OrderID是哪个控件的的id值?</FONT></P>
<P><FONT size=5> public CommonProperty GetOrderInfo()<BR> {<BR> <BR> DataSet ds = mcObj.GetOdIfDS(Convert.ToInt32(Request["OrderID"].Trim()), "OrderInfo");</FONT></P>
<P><FONT size=5>}</FONT></P>
<P><FONT size=5>怎么Request["OrderID"]取不到值,Request括号中的OrderID是哪个控件的的id值?</FONT></P>