اذهب إلى المحتوى

السؤال

نشر

عند تشغيل هذه الصفحة يظهر لي :

 

Server Error in '/' Application.

WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).

Source Error:

 

 

هذه كودات صفحة :

<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.Master" AutoEventWireup="true" CodeBehind="Register.aspx.cs" Inherits="Fashion.Register" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
    <style type="text/css">
        .auto-style5 {
            width: 256px;
            text-align: center;
        }
        .auto-style6 {
            width: 256px;
            text-align: center;
            font-size: x-large;
        }
        .auto-style7 {
            text-align: right;
            width: 455px;
        }
        .auto-style8 {
            width: 455px;
        }
        .auto-style9 {
            width: 256px;
            text-align: left;
        }
        .auto-style10 {
            font-size: small;
        }
        .auto-style11 {
            text-align: right;
            width: 455px;
            height: 40px;
        }
        .auto-style12 {
            width: 256px;
            text-align: center;
            height: 40px;
        }
        .auto-style13 {
            height: 40px;
        }
    </style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
    
     <table class="container">
        <tr>
            <td class="auto-style8">&nbsp;</td>
            <td class="auto-style6"><strong>Registration</strong></td>
            <td>&nbsp;</td>
        </tr>


      <tr>
            <td class="auto-style7"><strong>Username</strong></td>
            <td class="auto-style5">
                <asp:TextBox ID="TextBox1" runat="server" Height="30px" Width="250px"></asp:TextBox>
            </td>
            <td>
                <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1" ErrorMessage="Username cannot be blank" ForeColor="Black" CssClass="auto-style10"></asp:RequiredFieldValidator>
            </td>
        </tr> 

   
        <tr>
            <td class="auto-style7"><strong>E-Mail</strong></td>
            <td class="auto-style5">
                <asp:TextBox ID="TextBox2" runat="server" Height="30px" Width="250px"></asp:TextBox>
            </td>
            <td>
                <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="TextBox2" CssClass="auto-style10" ErrorMessage="Incorrect E-mail" ForeColor="Black" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator>
            </td>
        </tr>
        <tr>
            <td class="auto-style11"><strong>Phone Number</strong></td>
            <td class="auto-style12">
                <asp:TextBox ID="TextBox3" runat="server" Height="30px" Width="250px"></asp:TextBox>
            </td>
            <td class="auto-style13"></td>
        </tr>
        <tr>
            <td class="auto-style7"><strong>Gender</strong></td>
            <td class="auto-style9">
                <asp:DropDownList ID="DropDownList1" runat="server" Height="30px" Width="141px">
                    <asp:ListItem>Famle</asp:ListItem>
                    <asp:ListItem>Male</asp:ListItem>
                </asp:DropDownList>
            </td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td class="auto-style7"><strong>Password</strong></td>
            <td class="auto-style5">
                <asp:TextBox ID="TextBox4" runat="server" Height="30px" Width="250px" TextMode="Password"></asp:TextBox>
            </td>
            <td>
                <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox4" CssClass="auto-style10" ErrorMessage="Password cannot be blank" ForeColor="Black"></asp:RequiredFieldValidator>
            </td>
        </tr>
        <tr>
            <td class="auto-style7"><strong>Confirm Password</strong></td>
            <td class="auto-style5">
                <asp:TextBox ID="TextBox5" runat="server" Height="30px" Width="250px" TextMode="Password"></asp:TextBox>
            </td>
            <td>
                <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="TextBox4" ControlToValidate="TextBox5" CssClass="auto-style10" ErrorMessage="Same as Password"></asp:CompareValidator>
            </td>
        </tr>
        <tr>
            <td class="auto-style8">&nbsp;</td>
            <td class="auto-style5">
                <asp:Button ID="Button1" runat="server" Height="30px" Text="Submit" Width="250px" OnClick="Button1_Click" />
            </td>
            <td class="auto-style16">
                <asp:Label ID="Label2" runat="server"></asp:Label>
            </td>
        </tr>
        <tr>
            <td class="auto-style8">&nbsp;</td>
            <td class="auto-style5">&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td class="auto-style8">&nbsp;</td>
            <td class="auto-style5">&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
    </table>
</asp:Content>

Recommended Posts

  • 0
نشر (معدل)

تحدث  هذه المشكلة بسبب استخدامك لasp.net web forms دون استدعاء ال jquery المطلوب , فقط يمكنك اضافة هذا وان شاء الله سيعمل الكود ,

<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
    <script src="https://code.jquery.com/jquery-3.6.4.min.js" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1ZlGn5/2KxI5thuv/kWindM1JPn9WO1" crossorigin="anonymous"></script>
</asp:Content>

 

تم التعديل في بواسطة Ahmed Emad35

انضم إلى النقاش

يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.

زائر
أجب على هذا السؤال...

×   لقد أضفت محتوى بخط أو تنسيق مختلف.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   جرى استعادة المحتوى السابق..   امسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

  • إعلانات

  • تابعنا على



×
×
  • أضف...