开发者

How do I select a record in a data repeater c#, winforms?

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()  
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜