B
Bob Weiner
Ok, how about just one of the previous questions. Here are the columns in
my datagrid:
<Columns>
<asp:BoundColumn Visible="False" DataField="FQFN"
HeaderText="FQFN"></asp:BoundColumn>
<asp:BoundColumn DataField="FileName"
HeaderText="Submitted"></asp:BoundColumn>
<asp:ButtonColumn Text="View"></asp:ButtonColumn>
<asp:ButtonColumn Text="Download"></asp:ButtonColumn>
</Columns>
How can my handler differentiate between the View and the Download columns?
bob
my datagrid:
<Columns>
<asp:BoundColumn Visible="False" DataField="FQFN"
HeaderText="FQFN"></asp:BoundColumn>
<asp:BoundColumn DataField="FileName"
HeaderText="Submitted"></asp:BoundColumn>
<asp:ButtonColumn Text="View"></asp:ButtonColumn>
<asp:ButtonColumn Text="Download"></asp:ButtonColumn>
</Columns>
How can my handler differentiate between the View and the Download columns?
bob