Center Preloader

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akshalika
    New Member
    • Apr 2009
    • 17

    Center Preloader

    Hi,
    I have ASP.net AJAX website. In postbak there is a AJAX UpdatePrecess within that preloader image(gif) image.I want to center in on it browser. Some time browser content overflow(only vertically).
  • maliksleo
    New Member
    • Feb 2009
    • 115

    #2
    Originally posted by akshalika
    Hi,
    I have ASP.net AJAX website. In postbak there is a AJAX UpdatePrecess within that preloader image(gif) image.I want to center in on it browser. Some time browser content overflow(only vertically).
    what you are trying to say please clearly mention it dear else its hard to get your point.
    As for as update progress bar is concerned i would like to suggest you to study this update progressbar link for better understanding of it.

    maliksleo

    Comment

    • akshalika
      New Member
      • Apr 2009
      • 17

      #3
      I have doing a asp.net ajax web page which contains update process. Update Process contains a gif image. Current the update process(gif image) not centerline in browser i want to centerline it on browser. I try some css style but not work properly also some javascript.

      Comment

      • maliksleo
        New Member
        • Feb 2009
        • 115

        #4
        Originally posted by akshalika
        I have doing a asp.net ajax web page which contains update process. Update Process contains a gif image. Current the update process(gif image) not centerline in browser i want to centerline it on browser. I try some css style but not work properly also some javascript.
        I think you didnt study that link which i mentioned in my previous post any how mention your update process code here please so i will be able to configure out your problem.

        maliksleo

        Comment

        • akshalika
          New Member
          • Apr 2009
          • 17

          #5
          Here is my update process code
          Code:
          <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1">
                          <ProgressTemplate>
                              <div id="updateprogressdiv">
                                  <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/ajax-loader.gif" />
                              </div>
                          </ProgressTemplate>
                      </asp:UpdateProgress>
          and i want show ajax-loader.gif image on center of the screen when partial update happing.
          Last edited by Frinavale; May 5 '09, 02:50 PM. Reason: Added code tags. Please post code in [code] [/code] tags

          Comment

          • maliksleo
            New Member
            • Feb 2009
            • 115

            #6
            Originally posted by akshalika
            Here is my update process code
            Code:
            <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1">
                            <ProgressTemplate>
                                <div id="updateprogressdiv">
                                    <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/ajax-loader.gif" />
                                </div>
                            </ProgressTemplate>
                        </asp:UpdateProgress>
            and i want show ajax-loader.gif image on center of the screen when partial update happing.
            hi
            download the following file and unzip it and see the sample 5 along with its css and your problem will be solved.
            your solution.zip

            maliksleo

            Comment

            • akshalika
              New Member
              • Apr 2009
              • 17

              #7
              Thanks you very much... and great work.

              Comment

              Working...