Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Urgent problem


Message #1 by Rahul Chugh <RChugh@s...> on Wed, 9 Jan 2002 14:19:33 -0500
Help Needed :



I want to call a asp.net  made in c# from a asp.net page made in VB

how can i do that.

example

page a1.aspx is made in asp.net using vb as the language and i have a page

a2.aspx made in C#

i need to call page a2 from page A1.

i.e i want to a show content of a page made in C# .I want to call this page

from a page made made using VB.net

i hope i am clearifyng enough  



Rahul





**********************************************************************

This e-mail contains privileged attorney-client communications and/or confidential information, and is only for the use by the
intended recipient. Receipt by an unintended recipient does not constitute a waiver of any applicable privilege."



Reading, disclosure, discussion, dissemination, distribution or copying of this information by anyone other than the intended
recipient or his or her employees or agents is strictly prohibited.  If you have received this communication in error, please
immediately notify us and delete the original material from your computer."



Sempra Energy Trading Corp. (SET) is not the same company as SDG&E or SoCalGas, the utilities owned by SET's parent company. 
SET is not regulated by the California Public Utilities Commission and you do not have to buy SET's products and services to
continue to receive quality regulated service from the utilities."

**********************************************************************



Message #2 by "Christopher Duden" <christopher_duden@i...> on Wed, 9 Jan 2002 23:47:51
I would extract the logic from page A2 and incorporate it into a user 

control, you can then add the user control to page A1 and you are off and 

running.  If you use page A2 for other reason also, create A3 and add the 

control to that page too.  You can add a user control written in any CLR 

compliant language and use it on any ASPX page written in any CLR 

compliant language.



CMD



> Help Needed :

> 

> I want to call a asp.net  made in c# from a asp.net page made in VB

> how can i do that.

> example

> page a1.aspx is made in asp.net using vb as the language and i have a 

page

> a2.aspx made in C#

> i need to call page a2 from page A1.

> i.e i want to a show content of a page made in C# .I want to call this 

page

> from a page made made using VB.net

> i hope i am clearifyng enough  

> 

> Rahul

> 

> 

> **********************************************************************

> This e-mail contains privileged attorney-client communications and/or 

confidential information, and is only for the use by the intended 

recipient. Receipt by an unintended recipient does not constitute a 

waiver of any applicable privilege."

> 

> Reading, disclosure, discussion, dissemination, distribution or copying 

of this information by anyone other than the intended recipient or his or 

her employees or agents is strictly prohibited.  If you have received 

this communication in error, please immediately notify us and delete the 

original material from your computer."

> 

> Sempra Energy Trading Corp. (SET) is not the same company as SDG&E or 

SoCalGas, the utilities owned by SET's parent company.  SET is not 

regulated by the California Public Utilities Commission and you do not 

have to buy SET's products and services to continue to receive quality 

regulated service from the utilities."

> **********************************************************************

> 

Message #3 by "Albert Davis" <albertdavis@h...> on Wed, 09 Jan 2002 18:49:38 -0500
You can also derive your vb.net page from the c#.net page - less 

complication in my opinion, as long as your fine with an "is-a" 

relationship...



Al



>From: "Christopher Duden" <christopher_duden@i...>

>Reply-To: "ASP+" <aspx@p...>

>To: "ASP+" <aspx@p...>

>Subject: [aspx] Re: Urgent problem

>Date: Wed, 9 Jan 2002 23:47:51

>

>I would extract the logic from page A2 and incorporate it into a user

>control, you can then add the user control to page A1 and you are off and

>running.  If you use page A2 for other reason also, create A3 and add the

>control to that page too.  You can add a user control written in any CLR

>compliant language and use it on any ASPX page written in any CLR

>compliant language.

>

>CMD

>

> > Help Needed :

> >

> > I want to call a asp.net  made in c# from a asp.net page made in VB

> > how can i do that.

> > example

> > page a1.aspx is made in asp.net using vb as the language and i have a

>page

> > a2.aspx made in C#

> > i need to call page a2 from page A1.

> > i.e i want to a show content of a page made in C# .I want to call this

>page

> > from a page made made using VB.net

> > i hope i am clearifyng enough

> >

> > Rahul

> >

> >

> > **********************************************************************

> > This e-mail contains privileged attorney-client communications and/or

>confidential information, and is only for the use by the intended

>recipient. Receipt by an unintended recipient does not constitute a

>waiver of any applicable privilege."

> >

> > Reading, disclosure, discussion, dissemination, distribution or copying

>of this information by anyone other than the intended recipient or his or

>her employees or agents is strictly prohibited.  If you have received

>this communication in error, please immediately notify us and delete the

>original material from your computer."

> >

> > Sempra Energy Trading Corp. (SET) is not the same company as SDG&E or

>SoCalGas, the utilities owned by SET's parent company.  SET is not

>regulated by the California Public Utilities Commission and you do not

>have to buy SET's products and services to continue to receive quality

>regulated service from the utilities."

> > **********************************************************************

> >

>












_________________________________________________________________

Send and receive Hotmail on your mobile device: http://mobile.msn.com



Message #4 by Rahul Chugh <RChugh@s...> on Thu, 10 Jan 2002 10:24:40 -0500
Thanks a lot

But can'you call a asp.net page made in C3 from asp.net page made in VB in

the same project.

If you can .please tell me the way.



Rahul



-----Original Message-----

From: Christopher Duden [mailto:christopher_duden@i...]

Sent: Wednesday, January 09, 2002 6:48 PM

To: ASP+

Subject: [aspx] Re: Urgent problem





I would extract the logic from page A2 and incorporate it into a user 

control, you can then add the user control to page A1 and you are off and 

running.  If you use page A2 for other reason also, create A3 and add the 

control to that page too.  You can add a user control written in any CLR 

compliant language and use it on any ASPX page written in any CLR 

compliant language.



CMD



> Help Needed :

> 

> I want to call a asp.net  made in c# from a asp.net page made in VB

> how can i do that.

> example

> page a1.aspx is made in asp.net using vb as the language and i have a 

page

> a2.aspx made in C#

> i need to call page a2 from page A1.

> i.e i want to a show content of a page made in C# .I want to call this 

page

> from a page made made using VB.net

> i hope i am clearifyng enough  

> 

> Rahul

> 

> 

> **********************************************************************

> This e-mail contains privileged attorney-client communications and/or 

confidential information, and is only for the use by the intended 

recipient. Receipt by an unintended recipient does not constitute a 

waiver of any applicable privilege."

> 

> Reading, disclosure, discussion, dissemination, distribution or copying 

of this information by anyone other than the intended recipient or his or 

her employees or agents is strictly prohibited.  If you have received 

this communication in error, please immediately notify us and delete the 

original material from your computer."

> 

> Sempra Energy Trading Corp. (SET) is not the same company as SDG&E or 

SoCalGas, the utilities owned by SET's parent company.  SET is not 

regulated by the California Public Utilities Commission and you do not 

have to buy SET's products and services to continue to receive quality 

regulated service from the utilities."

> **********************************************************************

> 










**********************************************************************

This e-mail contains privileged attorney-client communications and/or confidential information, and is only for the use by the
intended recipient. Receipt by an unintended recipient does not constitute a waiver of any applicable privilege."



Reading, disclosure, discussion, dissemination, distribution or copying of this information by anyone other than the intended
recipient or his or her employees or agents is strictly prohibited.  If you have received this communication in error, please
immediately notify us and delete the original material from your computer."



Sempra Energy Trading Corp. (SET) is not the same company as SDG&E or SoCalGas, the utilities owned by SET's parent company. 
SET is not regulated by the California Public Utilities Commission and you do not have to buy SET's products and services to
continue to receive quality regulated service from the utilities."

**********************************************************************




  Return to Index