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

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -