You are trying to do this in a "Business Data List" web part? If so, I suppose you could style (XSL) the web part to include check boxes and client side javascript to perform some action based on the check box values.
Keir Gordon wrote:
You are trying to do this in a "Business Data List" web part? If so, I suppose you could style (XSL) the web part to include check boxes and client side javascript to perform some action based on the check box values.
Yes, I'm trying this with the Business Data List web part.
How can I determine the value of the checkboxes? Of course every row has it's primary key that could be the checkbox' value but how can I pass those values to a C# function?
Is there anywhere an example of this technique?