P
Patrick
Hello
I have the following problem. I have an aspx Page. This page contains an
ASP-Table Object. So in that table, I have a linkbutton. So, I can't edit
the event of that button trough the WYSIWYG editor, so I co to the
CodeBehind and add the Event in the InitializeComponent() Method like this
this.lbTest.Click += new System.EventHandler(this.lbTest_Click);
so far, all works fine. now if i go to the WYSIWYG editor, add another
component to the page, that event will be removed and I have to add it
again.
Anyone an idea how I can force VS.NET not to remove that event??
Thanks
Patrick
I have the following problem. I have an aspx Page. This page contains an
ASP-Table Object. So in that table, I have a linkbutton. So, I can't edit
the event of that button trough the WYSIWYG editor, so I co to the
CodeBehind and add the Event in the InitializeComponent() Method like this
this.lbTest.Click += new System.EventHandler(this.lbTest_Click);
so far, all works fine. now if i go to the WYSIWYG editor, add another
component to the page, that event will be removed and I have to add it
again.
Anyone an idea how I can force VS.NET not to remove that event??
Thanks
Patrick