摘要:
1public static void PhoneList(ref DropDownList ddl, int seatNo) 2 { 3 System.Web.UI.WebControls.ListItem oList; 4 ddl.Items.Clear(); 5 Z_PhoneCollection oPhone... 阅读全文
posted @ 2006-05-16 16:25 有缘无份 阅读(177) 评论(0) 推荐(0)
|
||
|
摘要:
1public static void PhoneList(ref DropDownList ddl, int seatNo) 2 { 3 System.Web.UI.WebControls.ListItem oList; 4 ddl.Items.Clear(); 5 Z_PhoneCollection oPhone... 阅读全文
posted @ 2006-05-16 16:25 有缘无份 阅读(177) 评论(0) 推荐(0) |
||