PDA

View Full Version : سوال: این خطا چیه؟( کمک کنید.)



kiani_behzad
یک شنبه 22 شهریور 1388, 18:47 عصر
ذوستان این خطا چیه؟
ضمیمه عکس:
36871
اینم کد پشتش:




<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<div style="position: absolute; top: 400px; height: 18px; width: 60px; left: 500px">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:TextBox ID="TextBox1" runat="server" Height="18px" Width="38px"></asp:TextBox>
<ajaxToolkit:NumericUpDownExtender ID="NumericUpDownExtender1" runat="server" TargetControlID="TextBox1" Maximum="10" Minimum="1" Width="50" >
</ajaxToolkit:NumericUpDownExtender>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>