M
milop
Hello.
Using ASP.Net 2.0 and an AJAX Enabled web application, I have a Repeater
control on a page with two ImageButton columns and a LinkButton column.
I have an UpdatePanel on the page with UpdateMode set to Conditional. The
trigger is the Repeater control.
Clicking either of the ImageButtons works as expected. When I click the
LinkButton the first time, it works as expected. Clicking it again results
in the browser displaying the "Stop running this script ..." message.
I'm not doing anything special with the LinkButton properties or
code-behind, so I don't know what the heck is going on.
I resorted to removing the LinkButton and using an asp:Button with a style
that makes it look like a link.
Any ideas anyone?
Thanks in advance,
Mike
Using ASP.Net 2.0 and an AJAX Enabled web application, I have a Repeater
control on a page with two ImageButton columns and a LinkButton column.
I have an UpdatePanel on the page with UpdateMode set to Conditional. The
trigger is the Repeater control.
Clicking either of the ImageButtons works as expected. When I click the
LinkButton the first time, it works as expected. Clicking it again results
in the browser displaying the "Stop running this script ..." message.
I'm not doing anything special with the LinkButton properties or
code-behind, so I don't know what the heck is going on.
I resorted to removing the LinkButton and using an asp:Button with a style
that makes it look like a link.
Any ideas anyone?
Thanks in advance,
Mike