bhnewt,
The project you sent to me is pretty big.
So I created a simple aspx and tested it using VS2005. And I didn't find any problems with the Link button.
Here is the code:
<%@ Page Language="C#"%>
<%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>
<script language="C#" runat="server">
void LinkButton_Click(Object sender, EventArgs e)
{
Editor1.Text = "You clicked the link button";
}
</script>
<html xmlns="
http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<CE:Editor ID="Editor1" runat="server">
</CE:Editor>
<br />
<br />
<asp:LinkButton ID="LinkButton1" OnClick="LinkButton_Click" runat="server">LinkButton</asp:LinkButton>
</div>
</form>
</body>
</html>
Keep me posted
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx