This is a migrated thread and some comments may be shown as answers.

AJAX Loading Panel

2 Answers 62 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Cindy Wang
Top achievements
Rank 1
Cindy Wang asked on 24 Jun 2010, 07:43 PM
I have loading panel like this:

        <telerik:RadAjaxLoadingPanel ID="ralpLoadingImage"  Width="100%" Height="100%" BackImageUrl="images/i_blank.gif" runat="server" Transparency="25">
            <asp:Image ID="imgLoading" runat="server" AlternateText="Loading..." ImageUrl="~/images/loading_blue.gif" style="margin-top:10px" />
        </telerik:RadAjaxLoadingPanel>

I want to set different message like "Loading for John..." instead of "Loading..." for everyone. So here John is a value I want to passed in.

Is it possible to do this?



2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 25 Jun 2010, 12:13 PM
Hi Cindy,

You can use the asp:Image's server events - Load, PreRender, etc. The fact that the image is inside a RadAjaxLoadingPanel does not matter.

All the best,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Cindy Wang
Top achievements
Rank 1
answered on 25 Jun 2010, 02:35 PM
Hi, Dimo,

Thanks for the quick response!

Cindy
Tags
Ajax
Asked by
Cindy Wang
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Cindy Wang
Top achievements
Rank 1
Share this question
or