I need to evaluate the value of a row based on the column name so that a specific row can be deleted. Since I'm using a placeholder, I can't pass the commandargument via markup using eval. Or at least not that I'm aware of.
So I want to basically convert what would be
<%# Eval("Pricesguid") %>
to my C# code behind. It would be something along the lines of
BoundColumn1.CommandArguement = Eval("Pricesguid");
. Is this possible to do?

New Topic/Question
Reply



MultiQuote




|