.net(C#)中取得前一个页面中web控件的传值

Page PrePage = Page.PreviousPage;

DropDownList ddl = (DropDownList)PrePage.FindControl("I_currency");

posted @ 2007-04-28 09:53  海底的鱼  阅读(344)  评论(0)    收藏  举报