-
المساهمات
8 -
تاريخ الانضمام
-
تاريخ آخر زيارة
إنجازات همسة احساس

عضو مبتدئ (1/3)
3
السمعة بالموقع
-
عند تشغيل هذه الصفحة يظهر لي : 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"> </td> <td class="auto-style6"><strong>Registration</strong></td> <td> </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> </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"> </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"> </td> <td class="auto-style5"> </td> <td> </td> </tr> <tr> <td class="auto-style8"> </td> <td class="auto-style5"> </td> <td> </td> </tr> </table> </asp:Content>
-
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="MasterPage.master.cs" Inherits="My_Project.MasterPage" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Click to Chic:Elevate Your Style with Online Shopping</title> <link href="Mystyle.css" rel="stylesheet" type="text/css" /> <asp:ContentPlaceHolder id="head" runat="server"> </asp:ContentPlaceHolder> THIS STYLE SHEET : body { background: url('image/bg.png'); margin: 0; font-size: 12pt; line-height: 1.75em; padding:0px; font-family: Arial, sans-serif; } #header { border: 1px solid #ccc; padding: 20px; margin: 10px; width: 100%; height: 120px; text-align: right; } ul { margin-bottom: 1.5em; } #nav { position: absolute; right:-15px; height: 48px; top: 236px; font-family: Arvo, serif; font-size: 35px; padding-right:1.5px; width: 1317px; } #nav ul { list-style: none; width: 1319px; } #nav ul li { float: left; margin: 0 0.5em 0 0.5em; padding: 10px; } #nav li a { text-decoration: none; color: #030707; font-weight: bold; text-align: left; } #footer { position: relative; padding: 30px; width: 1297px; background: #001F3F; color: #FFF; top: 133px; left: -30px; height: 353px; } #footerSidebar { width: 1px; float: left; } #footerContent { width: 1018px; margin: 0px 0 0 265px; height: 172px; } <style type="text/css"> .auto-style8 { height: 0px; } #logo { height: 106px; width: 117px; } #bot_left { width: 1274px; } </style> </head> <body> <form id="form1" runat="server"> <div id="header"> <div id="logo"> <img src="image/logo.png" /> </div> <div id="nav"> <ul> <li><a href="home.aspx">Home</a></li> <li class="auto-style8"><a href="Women.aspx">Women Clothes</a></li> <li><a href="Men.aspx">Men Clothes</a></li> <li><a href="About Us.aspx">About Us</a></li> <li><a href="Contact Us.aspx">Contact Us</a></li> </ul> </div> <asp:LoginView ID="LoginView1" runat="server"> <AnonymousTemplate> Welcom!, <a href="Register.aspx">Register</a> | <a href="Login.aspx" style="text-align: right">Login</a> </AnonymousTemplate> <LoggedInTemplate> <asp:LoginName ID="Log_name" runat="server" FormatString="Hi {0}!" /> <asp:LoginStatus ID="Log_stat" runat="server" LogoutText="Logout" LogoutPageUrl="~/default.aspx" LogoutAction="Redirect" LoginText="Login" OnLoggingOut="Log_stat_LoggingOut" /> </LoggedInTemplate> </asp:LoginView> </div> <div id="footer"> <div id="footerSidebar"> <ul class="linkedList"> <li> <a href="https://www.whatsapp.com/"target="_blank"> <img src="image/Whatsapp.PNG" height="40" style="width: 50px"/> </a> </li> <li> <a href="https://www.twitter.com/"target="_blank"> <img src="image/Twitter.png" height="40" style="width: 50px"/> </a> </li> <li> <a href="https://www.instagram.com/"target="_blank"> <img src="image/Instgram.jpg" height="40" style="width: 50px"/> </a> </li> <li> <a href="https://www.facebook.com/"target="_blank"> <img src="image/Facebook.PNG" height="40" style="width: 50px"/> </a> </li> </ul> </div> <div id="footerContent"> <h1> Online Shopping </h1> <p> Providing high-quality garments, shoes, and watches at a low price </p> </div> <div id="bot_left"> 2023 created by ALNABHANI </div> </form> </body> </html>
- 3 اجابة
-
- 1
-
-
اذا كان في جولة روبن: المتوسط (TAT) = 19.5 المتوسط (بالوزن)=12.8 أقصر وقت متبقي أولاً: المتوسط (TAT)=12.5 المتوسط (بالوزن)=5.8 الأولوية الاستباقية: المتوسط (TAT)=13.8 المتوسط (بالوزن)=7 اعتبر أقصر وقت متبقي أولا هي الأفضل ولكن ماذا عن اولوية الاستباقية
- 1 جواب
-
- 1
-
-
السلام عليكم أطلب منكم في المساعدة على حل هذه الامثلة ضروري وضع مقارنة من ناحية متوسط وقت الانتظار Process Arrival Time Burst Time Turnaround Time waiting time P1 0 9 25 16 P2 2 6 18 12 P3 4 10 23 13 P4 6 2 12 10 round Robin Time quantum=4 Process
- 3 اجابة
-
- 1
-