帮我如何清除错误 [英] Help me how to clear error

查看:80
本文介绍了帮我如何清除错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在asp.net中使用了telerik压光机控件...该压光机控件不起作用也不显示它.任何想法我都应该使用此代码吗?
我是初学者


错误是

i have use telerik calender control use in asp.net... the calender control not work it and not display it.Any ideas should i use any code this?
i am beginner


The error is

Delivery Date :		Open the calendar popup.





            <asp:CommandField HeaderText="Delete" ShowDeleteButton="True" />
        
        <pagerstyle backcolor="#2461BF" forecolor="White" horizontalalign="Center" />
        <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
        <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
        <editrowstyle backcolor="#2461BF" />
        <alternatingrowstyle backcolor="White" />
        <emptydatatemplate>
            No Record
        </emptydatatemplate>
                    
         <br />
         <br />
         <tr><td class="style4">
              </td>
             <td class="style1">
                  </td>
             <td class="style5">
                  </td>
             </tr>
         
        <tr><td class="style6">Size :</td><td class="style7" colspan="2">
            <asp:DropDownList ID="cmbSize" runat="server" AutoPostBack="True" 
                        onselectedindexchanged="cmbSize_SelectedIndexChanged" 
                Height="26px" Width="128px">
            
        </td></tr>
         
        <tr><td class="style4">Amount :</td><td class="style1" colspan="2">
                        <asp:TextBox ID="txtAmt" runat="server" 
                        >
        </td></tr><tr><td class="style4">Extra Copies :</td><td class="style1">
                colspan="2">
            <asp:TextBox ID="txtNoofcopies" runat="server"  AutoPostBack="true"
                      ></td>
            </tr>
            <tr><td class="style4"> Extra Copy Amount :</td><td class="style1" colspan="2">
                        <asp:TextBox ID="TextBox1" runat="server" AutoPostBack="true" ontextchanged="TextBox1_TextChanged">
                        </td>
            <tr><td class="style4">
                Total</td><td class="style1" colspan="2">
            <asp:TextBox ID="txtTot"  runat="server"  AutoPostBack="true">
                        </td>
            <tr><td class="style4">
                <asp:Label ID="Label3" runat="server" Text="Lamination">
                </td><td class="style1" colspan="2">
                        <asp:DropDownList ID="Ddl" runat="server" Height="26px" Width="128px">
                                     
                        </td><tr>
        <td class="style4">
                <asp:Label ID="Label4" runat="server" Text="Lamination Amount">
                </td>
        <td class="style1" colspan="2">
                        <asp:TextBox ID="txtlami" runat="server" AutoPostBack="true" 
                            ontextchanged="txtlami_TextChanged" >
                        </td></tr>
            <tr><td class="style4"><asp:Label ID="Label1" runat="server" Text="Grand Total : " Font-Bold="true" Font-Size="Medium" 

>
                </td>
                <td class="style1" colspan="2">
                    <asp:TextBox ID="txtgrandtot" runat="server"  AutoPostBack="true"
                       >
                </td>
                <td>
                     </td></tr>
            <tr><td class="style4">
                <asp:Label ID="Label2" runat="server" Text="Paid Amount">
                </td>
                <td class="style1" colspan="2">
             <asp:TextBox ID="txtPaid" runat="server" ontextchanged="txtPaid_TextChanged"></td>
                <td>
                     </td></tr>
            <tr><td class="style4">Balance</td>
                <td class="style1" colspan="2">
                    <asp:TextBox ID="txtbalance" runat="server" 
                       >
                        </td>
                <td>
                     </td></tr>
            <tr><td class="style4">
                <asp:Button ID="btnAdd" runat="server" Text="Add" onclick="btnAdd_Click" /><asp:Button ID="btnSave" runat="server" Text="Save" onclick="btnSave_Click" />
                    <asp:Button ID="btnClear" runat="server" Text="Clear" 
            onclick="btnClear_Click" /></td>
                <td class="style1" colspan="2"> </td>
                <td>
                     </td></tr>
             
         <br />
            <asp:ImageButton ID="imgPrint" runat="server" ImageUrl="~/images/print.jpg" 
            onclick="imgPrint_Click" />
<br />
 
              
    <asp:Label ID="lblError" runat="server" Text="">
        
        


<%-- 
<script type="text/javascript">
        function ToggleCalendar()
        {
            var pnlCalendar = self.document.getElementById(''pnlCalendar'');
            if (pnlCalendar.style.display == ''none'')
            {
                ShowHideCalendar(true);
            }
            else
            {
                ShowHideCalendar(false);
            }
        }
        function ShowHideCalendar(CanShow)
        {
            var pnlCalendar = self.document.getElementById(''pnlCalendar'');
            if (CanShow==true)
            {
                pnlCalendar.style.display = "block";
                var t = setTimeout("ShowHideCalendar(false)", 5000);
            }
            else
            {
                pnlCalendar.style.display = "none";
            }
        
        }
    </script>
    
      


    <style type="text/css">
        .style1
        {
            width: 347px;
        }
        .style2
        {
            width: 60px;
        }
    </style>
    --%>
   
      
  
  <asp:Content ID="Content1" runat="server" contentplaceholderid="head">

      <style type="text/css">
          .style1
          {
              width: 476px;
              text-align: left;
          }
          .style2
          {
              text-align: center;
          }
          .style4
          {
              text-align: right;
              width: 445px;
          }
          .style5
          {
              width: 85px;
              text-align: left;
          }
          .style6
          {
              text-align: right;
              width: 445px;
              height: 22px;
          }
          .style7
          {
              width: 476px;
              text-align: left;
              height: 22px;
          }
      </style>



  </tr></tr></tr>

推荐答案

请停止颠簸"此帖子-这是很不礼貌的,不太可能吸引您的朋友.

如果三天后没有人答复,那么您可能需要重新考虑问题并尝试显示一些代码,而不仅仅是再次引起人们的注意.
Please stop "bumping" this post - it is very rude, and unlikely to gain you friends.

If no-one has replied after three days, the chances are you need to rethink your question and try to show some code, rather than just pushing it into peoples attention again.


这篇关于帮我如何清除错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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