protected void Page_Load(object sender, EventArgs e)
    {
        if (Request.Params["id"] == null)
        {
            this.dvBookList.DefaultMode = DetailsViewMode.Insert;
        }
    }

相关文章:

  • 2022-12-23
  • 2021-12-09
  • 2021-07-10
  • 2022-01-08
  • 2022-01-04
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-29
  • 2021-12-28
  • 2021-11-17
  • 2021-09-16
  • 2021-06-16
  • 2022-12-23
相关资源
相似解决方案