combinning more than web application in the same solution

  • Thread starter Thread starter yasmine
  • Start date Start date
Y

yasmine

hi ;
I would like to ask according to the features of .net
framework ,we can write application in any language.
Suppose I have 2 web applications one written by VB.net
and other by Visual C#,last web form in VB.net web
application will be directed to 1st page in Visual C# web
application.
So we can make an empty solution and add in it 2 web
applications,then in last web form in Vb.net web
application redirect it to first webform in C# web
application ,this wasn't the problem.
The problem is how can I pass parameter from first page to
the other ,and they are in different applications,but both
applications are in same solution
 
Hi yasmine,

You can transfer parameters using Querystring
Hope that helps

R. Pooran Prasad
Itreya Technologies Pvt Ltd.,
Mail: pooran.prasad_at_itreya.com
Phone(Off) : +91(80)5200179 Extn: 51
Mobile: +91 98860 29578
 
Back
Top