C
chawes40
Hi I'm new to asp.net and I have a couple of questions.. I have
datagrid with several columns. I have two Button Columns when I select
either one I go to the function:
private void datagrid1_SelectedIndexChanged(object sender,
System.EventArgs e)
How can I determine in this function if the Market button was selected
or the Exception button was selected?
If I were able to use the
(System.Web.UI.WebControls.DataGridCommandEventArgs e ) with
SelectedIndexChanged I could use e.CommandName to determine what button
was selected, but I can not use this method. Help!
datagrid with several columns. I have two Button Columns when I select
either one I go to the function:
private void datagrid1_SelectedIndexChanged(object sender,
System.EventArgs e)
How can I determine in this function if the Market button was selected
or the Exception button was selected?
If I were able to use the
(System.Web.UI.WebControls.DataGridCommandEventArgs e ) with
SelectedIndexChanged I could use e.CommandName to determine what button
was selected, but I can not use this method. Help!