VB.NET How to pass a data table from one form to another -
i using visual studio express 2013 , vb.net how pass data table 1 form another.
regards
you can pass data table 1 form variable. example, can declare public in form1 , refer form2 the form instance qualifier: form1.dtable
. there several other ways handle this, such using class data table or declaring public in module.
Comments
Post a Comment