在j查询的帮助下显示更新进度 [英] Display update progress with help of j Query

查看:50
本文介绍了在j查询的帮助下显示更新进度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI Friends

我只是想借助jquery显示更新进度..

我有文本框和按钮,然后单击按钮,我想显示更新进度以显示网格视图..

请为这个问题提供帮助..

提前谢谢..
下面给出的代码

HI Friends

I just want to display the update progress with the help of jquery..

i am having the textbox and button and on button click i want to show update progress to display the grid view..

Kindly help for the issue ..

Thanks in advance..
Code Given below

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI" TagPrefix="asp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" > 
 <head id="Head1"  runat="server"> 
    <link href="CSS/CSS.CSS" rel="stylesheet" type="text/css" /> 
    <link href="CSS/calendar.css" rel="stylesheet" type="text/css" />       

     <title>Report</title> 
     <script type="text/javascript" language="javascript"> 
      function onCalendarShown(sender,args) 
      {
         $find('CalendarExtender4')._popupDiv.style.zIndex=10001; 
      }
      function onCalendarHidden(sender,args) 
      { 
         $find('CalendarExtender4')._popupDiv.style.zIndex=0; 
      }
      function onCalendarShown1(sender,args) 
      { 
         $find('CalendarExtender3')._popupDiv.style.zIndex=10001; 
      }
      function onCalendarHidden1(sender,args) 
      {
          $find('CalendarExtender3')._popupDiv.style.zIndex=0; 
      }
     </script>
     <link href="CSS/calendar.css" rel="stylesheet" type="text/css" />
     <link href="CSS/CSS.css" rel="stylesheet" type="text/css" />
     <style type="text/css"> 
       .tabs { position:relative; top:1px; left:10px; } 
       .tab { border:solid 1px black; background-color:#eeeeee; padding:2px 10px; } 
       .selectedTab { background-color:white; border-bottom:solid 1px white; }
     </style>
     </head>
     <body>
         <form id="form1"  runat="server">
            <asp:ScriptManager ID="ScriptManager1" runat="server">
                <Scripts>
                   <asp:ScriptReference Path="~/jquery-1.2.6.min.js" />
                   <asp:ScriptReference Path="~/jquery.blockUI.js" />
                   <asp:ScriptReference Path="~/Default.js" />
               </Scripts>
               <div>
                  <table cellpadding="4" cellspacing="4" width="100%">
                       <!-- blank Row -->
                       <tr></tr>
                       <!-- Add Button -->
                       <tr></tr>
                 </table>
              </div>
              <div class="window_blue">
                 <div style="padding-removed 1px; padding-removed 1px; padding-removed 1px; padding-removed 2px"> 
                 </div>
                 <asp:UpdatePanel ID="UpdatePanel1" runat="server">
                    <table backcolor="#DEBA84" style="width: 31%; height: 29px;" cellpadding="2" cellspacing="2"   align="center" border="1" >
                       <tr align ="center">
                       <th backcolor="#DEBA84" font-style="normal" color="White" font-weight="bold" text-transform="Uppercase" height="2px" align="center" colspan="2" rowspan="2" >
                          <asp:Label ID="Label2" runat="server" Text="Mobile No:-" CssClass="label3">     
                          <asp:TextBox ID="TextBox1" runat="server" CssClass="textbox" OnTextChanged="TextBox1_TextChanged"><br />     
            <br /><asp:RequiredFieldValidator ID>



问候
Pratham



Regards
Pratham

推荐答案

find(' CalendarExtender4')._ popupDiv.style.zIndex = 10001 ; } 函数 onCalendarHidden(sender,args) {
find('CalendarExtender4')._popupDiv.style.zIndex=10001; } function onCalendarHidden(sender,args) {


find(' CalendarExtender4')._popupDiv.style .zIndex = 0 ; } 函数 onCalendarShown1(sender,args) {
find('CalendarExtender4')._popupDiv.style.zIndex=0; } function onCalendarShown1(sender,args) {


find(' CalendarExtender3')._ popupDiv.style .zIndex = 10001 ; } 函数 onCalendarHidden1(sender,args) {
find('CalendarExtender3')._popupDiv.style.zIndex=10001; } function onCalendarHidden1(sender,args) {


这篇关于在j查询的帮助下显示更新进度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆