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

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

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