تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
[سؤال] سؤال مهم
#1
كيف
اسوي ProgressBar
يسوي Load
و ال load يمثل ال Loading حق صفحة في Web Browser
ــــــــــــــــــــــــــــــــــــ
الرد }}}
تم الشكر بواسطة:
#2
جرب هذا الكود :

PHP كود :
<%@ Page Language="VB" AutoEventWireup="true" 
 
     CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
 
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
<
head runat="server">
 
   <title>Untitled Page</title>
</
head>
<
body>
 
   <form id="form1" runat="server">
 
       <atlas:ScriptManager ID="ScriptManager1" 
 
          runat="server" EnablePartialRendering="True" />
 
       <div>
 
           <atlas:TimerControl ID="TimerControl1" runat="server" 
 
              OnTick="TimerControl1_Tick" Enabled=false Interval=2000>
 
           </atlas:TimerControl>
 
       </div>
 
       <atlas:UpdatePanel ID="UpdatePanel1" runat="server" Mode="Conditional">
 
          <Triggers>
 
            <atlas:ControlEventTrigger ControlID=TimerControl1 EventName=Tick />
 
          </Triggers>
 
          <ContentTemplate>
 
            <div style="background-color:Black; height:10px; width:300px">
 
               <div id="bar" runat="server" 
 
                  style="height:10px; width:0px; background-color:Fuchsia">
 
               </div>
 
            </div>
 
            <asp:Label ID="Label1" runat="server" Text="0 %"></asp:Label>
 
            <br />
 
            <br />
 
            <asp:HyperLink ID="HyperLink1" runat="server" 
 
              NavigateUrl="~/Default.aspx" 
 
              Visible="False">Reload Page</asp:HyperLink><br />
 
          </ContentTemplate>
 
       </atlas:UpdatePanel>
 
       <asp:Button ID="Button1" runat="server" Text="Button" />
 
   </form>
 
   <script type="text/xml-script">
 
       <page xmlns:script="http://schemas.microsoft.com/xml-script/2005">
 
           <references>
 
           </references>
 
           <components>
 
           </components>
 
       </page>
 
   </script>
</
body>
</
html
Don't Be The Perfect one
be the right one
الرد }}}
تم الشكر بواسطة: salahmax12
#3
(25-12-15, 07:35 PM)boudyonline كتب : جرب هذا الكود :

PHP كود :
<%@ Page Language="VB" AutoEventWireup="true" 
 
     CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
 
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
<
head runat="server">
 
   <title>Untitled Page</title>
</
head>
<
body>
 
   <form id="form1" runat="server">
 
       <atlas:ScriptManager ID="ScriptManager1" 
 
          runat="server" EnablePartialRendering="True" />
 
       <div>
 
           <atlas:TimerControl ID="TimerControl1" runat="server" 
 
              OnTick="TimerControl1_Tick" Enabled=false Interval=2000>
 
           </atlas:TimerControl>
 
       </div>
 
       <atlas:UpdatePanel ID="UpdatePanel1" runat="server" Mode="Conditional">
 
          <Triggers>
 
            <atlas:ControlEventTrigger ControlID=TimerControl1 EventName=Tick />
 
          </Triggers>
 
          <ContentTemplate>
 
            <div style="background-color:Black; height:10px; width:300px">
 
               <div id="bar" runat="server" 
 
                  style="height:10px; width:0px; background-color:Fuchsia">
 
               </div>
 
            </div>
 
            <asp:Label ID="Label1" runat="server" Text="0 %"></asp:Label>
 
            <br />
 
            <br />
 
            <asp:HyperLink ID="HyperLink1" runat="server" 
 
              NavigateUrl="~/Default.aspx" 
 
              Visible="False">Reload Page</asp:HyperLink><br />
 
          </ContentTemplate>
 
       </atlas:UpdatePanel>
 
       <asp:Button ID="Button1" runat="server" Text="Button" />
 
   </form>
 
   <script type="text/xml-script">
 
       <page xmlns:script="http://schemas.microsoft.com/xml-script/2005">
 
           <references>
 
           </references>
 
           <components>
 
           </components>
 
       </page>
 
   </script>
</
body>
</
html

عفوآ لكن انا اقصد كود لبرنامج الفيجوال بيسك .. لكن علي كل حال شكرآ لانك حاولت مساعدتي
الرد }}}
تم الشكر بواسطة:



التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم