Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to send code from one page to other page in VB ?
Posted
Comments
Keith Barrow 8-Feb-12 9:18am    
Please clarify what you mean by "send" (is this an event driven thing for exampl) and "page"( are you using Winforms/Asp.net/something else)? No one can answer until enough information is given!
Janardan Pandey 9-Feb-12 3:02am    
I want to send some value from one page to other page in window base application in vb
thatraja 8-Feb-12 9:20am    
You mean VB6?

If yes then tell me VB6 has pages...

1 solution

If you mean ASP.NET, then you can pass it on the URL, do a cross page post ( ugly ), set up your 'pages' as controls and use viewstate, or store values in the session. If you mean a windows app, you set properties on the pages and pass values to them. If you want more help than that, you will need to give us some real information, as others have said.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900