问题:

在showModalDialog打开的页面上有个GridView控件,GridView中有分页导航,点击导航按钮时,会在showModalDialog页面外弹出一个新的页面.

解决方法:

在showModalDialog页面中的<Head></Head>加入<base target="_self" /> 即可.如

<head>

<base target="_self" />
</head>

相关文章:

  • 2021-07-07
  • 2021-12-14
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
猜你喜欢
  • 2021-05-25
  • 2021-07-31
  • 2022-12-23
  • 2021-05-16
  • 2021-07-13
  • 2021-11-13
相关资源
相似解决方案