VerySource

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 611|回复: 1

怎样在DataGrid1_ItemCommand中弹出窗口?????

[复制链接]

4

主题

5

帖子

6.00

积分

新手上路

Rank: 1

积分
6.00
发表于 2020-1-14 14:40:01 | 显示全部楼层 |阅读模式
怎样让
Sub DataGrid1_ItemCommand(sender As Object, e As DataGridCommandEventArgs)
    if e.commandname="sss" then

   dim itemtype as listitemtype
   itemtype=e.item.itemtype
  if itemtype=listitemtype.item or itemtype=listitemtype.alternatingitem then

    dim button as linkbutton
    button=ctype(e.Item.FindControl("linkbutton1"),linkbutton)
    '''''
    button.attributes.add("onclick","MM_openBrWindow('mrg.aspx','aaa','scrollbars=yes,width=400,height=250')")

    end if
  end if
End Sub
弹出新的窗口?
回复

使用道具 举报

2

主题

9

帖子

7.00

积分

新手上路

Rank: 1

积分
7.00
发表于 2020-1-18 17:18:01 | 显示全部楼层
用脚本呀
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

快速回复 返回顶部 返回列表