Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 27, 2012 10:08 AM by Ramesh T
Member
51 Points
53 Posts
Apr 27, 2012 10:01 AM|LINK
hi..like web application..is there any possibility to send a value from one form to another form..if YES? how its possible..please..
Contributor
5131 Points
827 Posts
Apr 27, 2012 10:04 AM|LINK
Yes, below links summarize different ways to send data across page
http://msdn2.microsoft.com/en-us/library/6c3yckfw.aspx
http://www.intstrings.com/ramivemula/articles/data-transfer-between-two-asp-net-pages/
All-Star
31382 Points
5424 Posts
Apr 27, 2012 10:06 AM|LINK
hi, in windows application you can't use querystrig. you can use events etc,
Refer :http://www.c-sharpcorner.com/UploadFile/alindag/HowToPassValuesBetweenWindowsForms.htm02242006061520AM/HowToPassValuesBetweenWindowsForms.htm.aspx
http://www.codeproject.com/Articles/17371/Passing-Data-between-Windows-Forms
http://social.msdn.microsoft.com/Forums/pl-PL/Vsexpressvb/thread/d0ced05a-e930-4ffd-8ead-1004b9c579a4
http://codeincsharp.blogspot.in/2008/04/how-to-pass-values-to-another-form.html
http://programmingpalace.wordpress.com/2012/03/14/passing-values-from-one-windows-form-to-another-in-c/
http://www.codeproject.com/Articles/14122/Passing-Data-Between-Forms
Apr 27, 2012 10:08 AM|LINK
Sorry Mate, I didn't read your question/subject properly.
You cannot use QueryString for sure and this is not the right forum for this question.
tinku1303
Member
51 Points
53 Posts
Is that possible querysting in windows application?
Apr 27, 2012 10:01 AM|LINK
hi..like web application..is there any possibility to send a value from one form to another form..if YES? how its possible..please..
Ramesh T
Contributor
5131 Points
827 Posts
Re: Is that possible querysting in windows application?
Apr 27, 2012 10:04 AM|LINK
Yes, below links summarize different ways to send data across page
http://msdn2.microsoft.com/en-us/library/6c3yckfw.aspx
http://www.intstrings.com/ramivemula/articles/data-transfer-between-two-asp-net-pages/
karthicks
All-Star
31382 Points
5424 Posts
Re: Is that possible querysting in windows application?
Apr 27, 2012 10:06 AM|LINK
hi, in windows application you can't use querystrig. you can use events etc,
Refer :http://www.c-sharpcorner.com/UploadFile/alindag/HowToPassValuesBetweenWindowsForms.htm02242006061520AM/HowToPassValuesBetweenWindowsForms.htm.aspx
http://www.codeproject.com/Articles/17371/Passing-Data-between-Windows-Forms
http://social.msdn.microsoft.com/Forums/pl-PL/Vsexpressvb/thread/d0ced05a-e930-4ffd-8ead-1004b9c579a4
http://codeincsharp.blogspot.in/2008/04/how-to-pass-values-to-another-form.html
http://programmingpalace.wordpress.com/2012/03/14/passing-values-from-one-windows-form-to-another-in-c/
http://www.codeproject.com/Articles/14122/Passing-Data-Between-Forms
Karthick S
Ramesh T
Contributor
5131 Points
827 Posts
Re: Is that possible querysting in windows application?
Apr 27, 2012 10:08 AM|LINK
Sorry Mate, I didn't read your question/subject properly.
You cannot use QueryString for sure and this is not the right forum for this question.