• <bdo id='vm5hV'></bdo><ul id='vm5hV'></ul>
    <i id='vm5hV'><tr id='vm5hV'><dt id='vm5hV'><q id='vm5hV'><span id='vm5hV'><b id='vm5hV'><form id='vm5hV'><ins id='vm5hV'></ins><ul id='vm5hV'></ul><sub id='vm5hV'></sub></form><legend id='vm5hV'></legend><bdo id='vm5hV'><pre id='vm5hV'><center id='vm5hV'></center></pre></bdo></b><th id='vm5hV'></th></span></q></dt></tr></i><div id='vm5hV'><tfoot id='vm5hV'></tfoot><dl id='vm5hV'><fieldset id='vm5hV'></fieldset></dl></div>

    <small id='vm5hV'></small><noframes id='vm5hV'>

    <tfoot id='vm5hV'></tfoot>
  1. <legend id='vm5hV'><style id='vm5hV'><dir id='vm5hV'><q id='vm5hV'></q></dir></style></legend>

    1. 将 OnClick 事件添加到 ASP.NET 控件

      时间:2023-06-05

        <bdo id='2O9Vg'></bdo><ul id='2O9Vg'></ul>
      • <small id='2O9Vg'></small><noframes id='2O9Vg'>

          <i id='2O9Vg'><tr id='2O9Vg'><dt id='2O9Vg'><q id='2O9Vg'><span id='2O9Vg'><b id='2O9Vg'><form id='2O9Vg'><ins id='2O9Vg'></ins><ul id='2O9Vg'></ul><sub id='2O9Vg'></sub></form><legend id='2O9Vg'></legend><bdo id='2O9Vg'><pre id='2O9Vg'><center id='2O9Vg'></center></pre></bdo></b><th id='2O9Vg'></th></span></q></dt></tr></i><div id='2O9Vg'><tfoot id='2O9Vg'></tfoot><dl id='2O9Vg'><fieldset id='2O9Vg'></fieldset></dl></div>
          1. <tfoot id='2O9Vg'></tfoot>
              <tbody id='2O9Vg'></tbody>
              <legend id='2O9Vg'><style id='2O9Vg'><dir id='2O9Vg'><q id='2O9Vg'></q></dir></style></legend>

              • 本文介绍了将 OnClick 事件添加到 ASP.NET 控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                限时送ChatGPT账号..

                我想为我的 panel 创建 OnClick 事件.到目前为止,大多数谷歌搜索结果或多或少是这样的:将 onclick 事件添加到 aspnet 标签.有没有办法从 javascript 或面板属性调用代码隐藏函数?因为我想将用户重定向到一个新页面,然后在 ViewSTate 或 Sessionstate 中保存一些信息.有什么建议?

                i would like to create OnClick event for my panel. So far now the most of the google results look more or less like this: adding onclick event to aspnet label. Is there any way, to call codebehind function from javascript or panel attributes? Because I would like to Redirect user to a new page and before that save some information in ViewSTate or Sessionstate. Any suggestions?

                推荐答案

                在您的 java 脚本方法中引发 __dopostback 调用到 服务器端方法.

                In your java script method raise a __dopostback call to a Server side method.

                <script type="text/javascript">
                     function YourFunction()
                     {
                         __doPostBack('btnTemp', '')
                     }
                </script>
                

                其中btnTemp是一个服务器端的按钮,所以在服务器端写一个这个按钮的onClick事件,你可以在那里进行处理,然后重定向到其他页面.

                Where btnTemp is a server side button, so write a onClick event of this button on server side, where you can do the processing and then redirect to other page.

                您可以在 DoPostBack 理解

                这篇关于将 OnClick 事件添加到 ASP.NET 控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:如何取消winform按钮点击事件? 下一篇:ASP.net C# Gridview ButtonField onclick 事件

                相关文章

                最新文章

                  1. <small id='SwfNf'></small><noframes id='SwfNf'>

                  2. <tfoot id='SwfNf'></tfoot>

                    <legend id='SwfNf'><style id='SwfNf'><dir id='SwfNf'><q id='SwfNf'></q></dir></style></legend>
                      <bdo id='SwfNf'></bdo><ul id='SwfNf'></ul>

                    <i id='SwfNf'><tr id='SwfNf'><dt id='SwfNf'><q id='SwfNf'><span id='SwfNf'><b id='SwfNf'><form id='SwfNf'><ins id='SwfNf'></ins><ul id='SwfNf'></ul><sub id='SwfNf'></sub></form><legend id='SwfNf'></legend><bdo id='SwfNf'><pre id='SwfNf'><center id='SwfNf'></center></pre></bdo></b><th id='SwfNf'></th></span></q></dt></tr></i><div id='SwfNf'><tfoot id='SwfNf'></tfoot><dl id='SwfNf'><fieldset id='SwfNf'></fieldset></dl></div>