datalist button use

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a ecommerce app where I display products in a datalist (datalist1).
I've added a button (bthSavetoCart) to the list. When the button fires I want
to post that line of info. Any tips?

Do I use 'ByVal e As DataListItemEventArgs' (I'm using VB.net). If so how do
I pick out the line that the user clicked on?

Thanx.
 
Back
Top