AJAXLoadProgressForm.aspx:

 <script src="JS/jquery-1.4.2.js" type="text/javascript"></script>
    <script type="text/javascript">
        function ShowProgressDiv() {
            var ID = $("input#idtxt").val();
            $.ajax({
                type: "GET",
                url: "GetGridViewByConditionForm.aspx",
                data: ");
                }
            });
        }
    </script>

 

    <form );
                    Response.Flush();
                    Response.End();
                }
                finally
                {
                    if (adapter != null)
                    {
                        adapter.Dispose();
                    }
                    if (cmd != null)
                    {
                        cmd.Dispose();
                    }
                    if ((conn != null) && (conn.State == ConnectionState.Open))
                    {
                        conn.Close();
                    }
                }
            }
        }

相关文章:

  • 2022-12-23
  • 2021-10-11
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2022-02-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-01
  • 2022-02-02
  • 2022-12-23
相关资源
相似解决方案