Exemple #1
0
 protected void CreateDropDownList()
 {
     SetDropDownList("DDLEngCountry", Unitlist.Country(), "");        //工程所在國家
     SetDropDownList("DDLEngLocation", Unitlist.City(), "");          //工程所在縣市
     SetDropDownList("DDLEngClass", Unitlist.ClassList(), "");        //工程所在縣市
     SetDropDownList("DDLDurationType", Unitlist.DurationType(), ""); //工期計算方式
 }
Exemple #2
0
 //建立多選選項
 protected void CreateDropDownList()
 {
     SetDropDownList("DropDownList2", Unitlist.Country(), "");      //工程所在國家
     SetDropDownList("DropDownList4", Unitlist.City(), "");         //工程所在縣市
     SetDropDownList("DDL_EGetBidNY", Unitlist.YesNo(), "");        //電子領標選項
     SetDropDownList("DDL_EBiddingNY", Unitlist.YesNo(), "");       //電子投標選項
     SetDropDownList("AwardingType", Unitlist.Awarding(), "");      //決標方式
     SetRadioButtonList("ContractWay", Unitlist.ContractWay(), ""); //承攬方式
     SetDropDownList("DurationType", Unitlist.DurationType(), "");  //工期計算方式
     SetDropDownList("ddl_GetBidNY", Unitlist.YesNo(), "");         //電子領標選項
     SetDropDownList("ddl_JointBidNY", Unitlist.YesNo(), "");       //電子領標選項
     SetDropDownList("DLEngClass", Unitlist.ClassList(), "");       //工程所在國家
 }
Exemple #3
0
 protected void CreateDropDownList()
 {
     SetDropDownList("DDLDurationType", Unitlist.DurationType(), ""); //工期計算方式
 }