DeleteCommand ....没反应,

If Not IsPostBack Then
          
      gCpDB.DataBindDG(Me.dgTabloid, "select t.*,decode(t.is_open,0,'公开',1,'私有') IS_OPEN_Check,m.dc_name  from hoo_info t,hoo_columns m where m.dc_id=t.dc_id and t.isshow=1 and  t.us_id=" & Request.Cookies("us_id").Value & "")
  End If

if not ispostback then还来会这样,搞到DeteleCommand没反应

你可能感兴趣的:(command)