M
MJB
I have a grid view that is databound to a table with 3 columns. One
column contains a customer ID. I am trying to add a 4th unbound column
that contains a button and has a javascript onclick event. I need the
id from the cusomer id column to use my onclick event. but since my
onclick event is created using a Template Field I don't know how to get
the ID to use it in my onclick. If anyone has any suggestions I would
appreciate it.
FYI I'm doing this because I'm trying to avoid a postback. I'm trying
to use ajax to make a call to the server and fill in the customer
details in a different panel.
TIA,
Matt
column contains a customer ID. I am trying to add a 4th unbound column
that contains a button and has a javascript onclick event. I need the
id from the cusomer id column to use my onclick event. but since my
onclick event is created using a Template Field I don't know how to get
the ID to use it in my onclick. If anyone has any suggestions I would
appreciate it.
FYI I'm doing this because I'm trying to avoid a postback. I'm trying
to use ajax to make a call to the server and fill in the customer
details in a different panel.
TIA,
Matt