c# - Get index of row -


i working windows application.

i load dataset dataadapter.then link dataset controls(textboxes) in form. want khow row display @ each time. thanks.

i think , should refer artical

binding

or try below code

 bindingsource bs = new bindingsource(new data set ,"");   bs.current give current item in set. 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -