Searching message with an image until results shown

Last post 12-03-2009 6:16 PM by persistentDeveloper. 6 replies.

Sort Posts:

  • Searching message with an image until results shown

    10-26-2009, 1:45 PM

    HI

    I like to use Ajax control to show an image with message (Searching...) when the search button is clicked on search form before displaying search results. I m using two panels on the same form(search panel and search results panel).

    When the end user selects Search button i like to show a message Searching...with an image until search results are displayed using Search results panel.

     

    Thanksl

  • Re: Searching message with an image until results shown

    10-27-2009, 3:49 AM
    Answer
    • Contributor
      2,194 point Contributor
    • ratish_shriyan
    • Member since 10-05-2009, 8:55 AM
    • A D I T I Technologies, Bangalore
    • Posts 308

    Hi,

    if you are using MS AJAX i.e UpdatePanels, you can go ahead an use UpdateProgress controls to quickly add progress elements on your page,

    Refer this basic article,

    http://www.codeproject.com/KB/ajax/UpdateProgress.aspx


    Knowledge Is Power
  • Re: Searching message with an image until results shown

    11-13-2009, 8:47 PM

    ratish_shriyan:

    Hi,

    if you are using MS AJAX i.e UpdatePanels, you can go ahead an use UpdateProgress controls to quickly add progress elements on your page,

    Refer this basic article,

    http://www.codeproject.com/KB/ajax/UpdateProgress.aspx


     

     

    Thanks. I have tried this with no result. Please note that i have panels on my page.

    Please read my initial posting once again to provide relevant answer.

     

  • Re: Searching message with an image until results shown

    11-13-2009, 10:41 PM
    • Star
      8,587 point Star
    • Pawan_Mishra
    • Member since 03-13-2008, 11:37 AM
    • Bangalore
    • Posts 1,261

    Hi

    Sometimes Updateprogress control doesnt behave properly , you might to remove the "AssociatedUpdatePanelId" attribute from the UpdateProgress decleration.

    But if in case you need more control over the display of "UpdateProgress" control then you can check out some of the following articles.

    http://mattberseth.com/blog/2007/08/disable_updatepanel_contents_d.html

    http://mattberseth.com/blog/2007/10/yui_style_ajax_progress_indica.html

    http://weblogs.asp.net/jaimedelpalacio/archive/2008/05/03/updateprogress-and-disable-a-control-on-postback-with-multiple-updatepanels.aspx

    Regards
    Pawan Mishra

    Too many eyes doesn't make a good code !!!

    .Net 360°
  • Re: Searching message with an image until results shown

    11-19-2009, 5:42 AM

    Pawan_Mishra:
    Sometimes Updateprogress control doesnt behave properly , you might to remove the "AssociatedUpdatePanelId" attribute from the UpdateProgress decleration.

    Thank you. I have tried UpdateProgress with no result. Please note that i m using two asp:panels on the same aspx page , one to display search controls and the other one to show search results.

    I like to show the Searching...message with an image when the user selects Search button before showing search results.

  • Re: Searching message with an image until results shown

    11-28-2009, 7:39 PM

    still waiting for some help on this. 

  • Re: Searching message with an image until results shown

    12-03-2009, 6:16 PM

    persistentDeveloper:

    still waiting for some help on this. 

     

    Can some one help ?

Page 1 of 1 (7 items)