A
AAaron123
I was told the following should work but I get an error message.
I probably have something setup wrong but I can't imagine what.
I've tried every variation I can think of but can't get it to work.
Here is a copy/paste from my aspx file:
<asp:button id="Button2" runat="Server" text="Remove" onclick='<%#
"window.location.href='Events_view.aspx?Eventid=" & truncate(Eval("id")) &
"'" %>' />
Along with the error message it generates:
Error 5 The server tag is not well formed. I:\My Documents\Visual Studio
2008\WebSites\Test\Events\Events_List.aspx 39
I'd appreciate even a suggestion of something that might work.
Or a verification that the above does or does not give the message shown.
Thanks
I probably have something setup wrong but I can't imagine what.
I've tried every variation I can think of but can't get it to work.
Here is a copy/paste from my aspx file:
<asp:button id="Button2" runat="Server" text="Remove" onclick='<%#
"window.location.href='Events_view.aspx?Eventid=" & truncate(Eval("id")) &
"'" %>' />
Along with the error message it generates:
Error 5 The server tag is not well formed. I:\My Documents\Visual Studio
2008\WebSites\Test\Events\Events_List.aspx 39
I'd appreciate even a suggestion of something that might work.
Or a verification that the above does or does not give the message shown.
Thanks