类型一:


     }

 

类型二:

 

<asp:DropDownList AutoPostBack="true" OnSelectedIndexChanged='ChangeOrderStatu' ToolTip='<%# Eval("OrderId") %>' runat="server" ID="drdlstOrderStatuList"></asp:DropDownList>

 

.Parse(drop.SelectedValue);

 

改造成功的完整:

 

 s_Order.OrderDetail(OrderNum);
        Repeater1.DataBind();
    }

相关文章:

  • 2021-05-18
  • 2021-12-19
  • 2022-02-11
  • 2022-12-23
  • 2021-07-10
  • 2021-09-15
  • 2021-08-30
猜你喜欢
  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
  • 2022-12-23
  • 2021-09-19
相关资源
相似解决方案