|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
One Question - which column?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 DataGrid.Columns[2] and DataGrid.Columns[3] if I've counted them correctly.
-Brock DevelopMentor http://staff.develop.com/ballen Show quoteHide quote > 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 >
ASP.NET - How to bind() a dataset to a datagrid using javascript from the client
Pop-up Message Box binding ArrayLists to DataGrids-- how to name the columns? Newbie: Datagrid Comes Up Blank?!? Subclassing a DataGrid control How Do I Conditionally Remove An EditCommandColumn? Two questions: datagrid with string[] and how to differentiate between columns HOWTO: Bring that row back into focus ... trying to display header only Wrong window gets the content |
|||||||||||||||||||||||