vb.net - about datagridview -



vb.net - about datagridview -

i have form want add together content of datagridview listbox every time double clik on cell of datagridview, store contents of listbox in database. please help.

use cellclick event off datagridview, http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.cellclick.aspx

then implement "system"(session or something) keeps track of clicks when amount of clicks = 2, add together cell value listbox , reset counter 0.

when want storing of contents in listbox occure?

vb.net

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -