Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Datagrid Control > One Question - which column?

Reply
Thread Tools

One Question - which column?

 
 
Bob Weiner
Guest
Posts: n/a
 
      05-04-2005
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



 
Reply With Quote
 
 
 
 
Brock Allen
Guest
Posts: n/a
 
      05-04-2005
DataGrid.Columns[2] and DataGrid.Columns[3] if I've counted them correctly.

-Brock
DevelopMentor
http://staff.develop.com/ballen



> 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
>




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microcontrollers: which one ? which language ? which compiler ? The Jesus of Suburbia NZ Computing 2 02-11-2006 06:53 PM
Which one is the correct one.... ? Jonathan Smith ASP .Net 3 12-11-2004 01:36 AM
Samsung SCD6040 - Anyone have one, used one, or have reviews on one? g wills Digital Photography 0 09-08-2004 08:06 PM
CSS aligning two things on one line with one left and one right news.frontiernet.net HTML 6 04-16-2004 02:44 AM
Using One XSLT and multiple XML Problem (One is XML and another one is XBRL) loveNUNO XML 2 11-20-2003 06:47 AM



Advertisments