开发者

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

开发者 https://www.devze.com 2023-02-20 09:16 出处:网络
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 q

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

精彩评论

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