aspx.cs

public bool ShowInside_model = True;

 

aspx

<script type="text/javascript">

$(function() {
            //判断权限
            var ShowInside_model = "<%=ShowInside_model %>";
            if(ShowInside_model.toString() == "True")
            {
                $('[id=tdinside_model]').hide();
                $('[id=tdinside_model2]').hide();
            }

    else

    {

      $('[id=tdinside_model]').show();
                $('[id=tdinside_model2]').show();

    }

        });

</script>

<body>

  <table class="GridBarChi" style="width:1780px; " )%>'></asp:Label>
                        </td>
                    </tr>
                </ItemTemplate>
            </asp:Repeater>
        </table>

</body>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
猜你喜欢
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
  • 2021-12-16
  • 2021-12-04
  • 2022-01-19
  • 2022-12-23
相关资源
相似解决方案