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

ImageButton using Image Handler

1 Answer 91 Views
Window
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 20 May 2009, 07:31 PM
I am trying to use an image button inside of a rad window. When I point the image url property to a dynamic source (i.e. ImageUrl="ImageButton.ashx?Text=Go") the request never reaches the handler. When I point the image url to a static source (i.e. ImageUrl="images/go.jpg") it works fine. I have test the same code outside of the rad window at it works. Is there a property or setting that I need to set to enable the rad window to parse the controls correctly?

Thanks.

Chris

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 22 May 2009, 01:06 PM
Hello Chris,

I tried to reproduce the problem but to no avail. Here is the button that I used in the content page and as you can see in the attached screenshot, it is rendered fine.
<asp:ImageButton  
    ID="imgbtn1"  
    runat="server"  
    ImageUrl="http://www.ewbi.com/ewbi.develop/text/text.ashx?text=%22dynamically created text%22&bold=true" /> 


Please open a support ticket and send us a sample project where this issue could be reproduced. We will check it and do our best to help.


Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Chris
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or