I am displaying a dataset using a ListView and want to add a LinkButton next to each item with the command argument being the id of the relevant link.
In vbscript I would have simply used something like CommandArgument="<=recordset("linkid")%>" but trying something similar gives me a "server tag not well formed error"... Please can anyone point me in the right direction as I can imagine wanting to use this a lot! Any sample code most appreciated!! Code sample below.
Bookmarks