I need to know how to delete a selected record from a datarepeater. I know how to do this using a dgv but cannot figure out how to do with a data repeater as using currentrow to pass the value to my query does not seem to apply to repeaters as it does with dgv. Any help would be 开发者_运维技巧great.
Sorry this is VB but I just add a button to the DataRepeater
and add the following code:
BindingSource.RemoveCurrent()
精彩评论