Deleting Row Method on GridView
Posted
by George
on Stack Overflow
See other posts from Stack Overflow
or by George
Published on 2010-05-07T17:34:48Z
Indexed on
2010/05/07
17:38 UTC
Read the original article
Hit count: 183
I am trying to implement the deleting method and pass my parameters for the delete operation. I am using sqldatasource. Since the ID doesnt have a column in my gridview how can I get the value of the ID and set it as my delete parameter?
© Stack Overflow or respective owner