The properties for the Img1 element do not have the additional RoundedCornersExtender properties.

A

AAaron123

I added a RoundedCornersExtender to my page.
Then swithed to DEsign view and in the properties set the TargetControlID.
Once I did that the line for the TargetControlID disappeared in the
properties.
But when I look at the properties for the Img1 element I do not see the
additional RoundedCornersExtender properties.
Below is some of the pages markup.

If I runn I get the error:
Line: 209
Error: Unexpected call to method or property access.

Do you see what is wrong?

Thanks

...snip
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit"
TagPrefix="cc1" %>

<%@ MasterType VirtualPath="~/Main.master" %>

<asp:Content id="Content3" ContentPlaceHolderid="LeftCPH" runat="server">

<asp:ScriptManager ID="ScriptManager1" runat="server">

</asp:ScriptManager>

<cc1:RoundedCornersExtender ID="RoundedCornersExtender1" runat="server"

TargetControlID="Img1">

</cc1:RoundedCornersExtender>


<img id="Img1" style='border:0px;' runat="server"
src="../Images/Massabki.gif" alt="Masswabki" />


</asp:Content>

...snip
 
G

Guest

I added a RoundedCornersExtender to my page.
Then swithed to DEsign view and in the properties set the TargetControlID..
Once I did that the line for the TargetControlID disappeared in the
properties.
But when I look at the properties for the Img1 element I do not see the
additional RoundedCornersExtender  properties.
Below is some of the pages markup.

If I runn I get the error:
Line: 209
Error: Unexpected call to method or property access.

Do you see what is wrong?

Thanks

..snip
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit"
TagPrefix="cc1" %>

<%@ MasterType VirtualPath="~/Main.master" %>

<asp:Content id="Content3" ContentPlaceHolderid="LeftCPH" runat="server">

<asp:ScriptManager ID="ScriptManager1" runat="server">

</asp:ScriptManager>

<cc1:RoundedCornersExtender ID="RoundedCornersExtender1" runat="server"

TargetControlID="Img1">

</cc1:RoundedCornersExtender>

<img id="Img1" style='border:0px;' runat="server"
src="../Images/Massabki.gif" alt="Masswabki" />

</asp:Content>

..snip

I don't think it works with images. It is strange but I don't see any
clear explanation on this on ASP.NET site.

Quote: "TargetControlID - The ID of the button or link for this
extender to operate on" (what button?)
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/RoundedCorners/RoundedCorners.aspx

Quote: "This extender control typically attaches to a Panel control."
http://msdn.microsoft.com/en-us/library/bb470384.aspx

So, I would try with panel and if it works, do a panel to wrap the
textbox...

Hope this helps
 
A

AAaron123

Alexey said:
I don't think it works with images. It is strange but I don't see any
clear explanation on this on ASP.NET site.

Quote: "TargetControlID - The ID of the button or link for this
extender to operate on" (what button?)
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/RoundedCorners/RoundedCorners.aspx

Quote: "This extender control typically attaches to a Panel control."
http://msdn.microsoft.com/en-us/library/bb470384.aspx

So, I would try with panel and if it works, do a panel to wrap the
textbox...

Hope this helps

Thanks,
I did try with a div and it worked OK.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top