473,395 Members | 1,675 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

How to tranfer controls to other webapplication?

Dear All,

In one solution , I have 2 webapplication,

now i want transfer one control form webapplication 1 to webapplication 2.

Pls help ASAP

Millions of Thanx in advance.

------
Thanx
Gopal Prabhakaran
Nov 18 '05 #1
4 1128
Gopal you can try sort of not supported ways to share user controls.
But the way they were designed, was for user control per project.
If you have a need to share your object in more than one app...i would say
build yourself custom control. since a control is within an assembly... its
easy to use it in multiple projects

hope this helps

--
Regards,
HD
Once a Geek.... Always a Geek
"Gopal Prabhakaran" <pr*******@takescm.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Dear All,

In one solution , I have 2 webapplication,

now i want transfer one control form webapplication 1 to webapplication
2.

Pls help ASAP

Millions of Thanx in advance.

------
Thanx
Gopal Prabhakaran

Nov 18 '05 #2
Dear All,

In one solution , I have 2 webapplication,

Now i want to access session value form webapplication 1 to webapplication
2.

Pls help ASAP

Millions of Thanx in advance.
--
Thanx
Gopal Prabhakaran

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:eb**************@TK2MSFTNGP12.phx.gbl...
Gopal you can try sort of not supported ways to share user controls.
But the way they were designed, was for user control per project.
If you have a need to share your object in more than one app...i would say
build yourself custom control. since a control is within an assembly... its easy to use it in multiple projects

hope this helps

--
Regards,
HD
Once a Geek.... Always a Geek
"Gopal Prabhakaran" <pr*******@takescm.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Dear All,

In one solution , I have 2 webapplication,

now i want transfer one control form webapplication 1 to webapplication
2.

Pls help ASAP

Millions of Thanx in advance.

------
Thanx
Gopal Prabhakaran


Nov 18 '05 #3
You could put the control into a "general" repository location. Then
in each of your webapps, add a virtual directory that points to the
repository. Then only one instance of your control exists and it
makes maintenance easier as well.

Neil
"Gopal Prabhakaran" <pr*******@takescm.com> wrote in message news:<#7**************@TK2MSFTNGP12.phx.gbl>...
Dear All,

In one solution , I have 2 webapplication,

now i want transfer one control form webapplication 1 to webapplication 2.

Pls help ASAP

Millions of Thanx in advance.

------
Thanx
Gopal Prabhakaran

Nov 18 '05 #4
Hi Gopal,
You can use Out-of Process session state in you situation.
Either you can store session information on a different server or you
can store in you SQL server.

http://www.microsoft.com/technet/tre...g_net_mshe.asp

has the full details of how to do it.

Hope this helps.

Thanks,
Arun.

"Gopal Prabhakaran" <pr*******@takescm.com> wrote in message news:<#L**************@TK2MSFTNGP12.phx.gbl>...
Dear All,

In one solution , I have 2 webapplication,

Now i want to access session value form webapplication 1 to webapplication
2.

Pls help ASAP

Millions of Thanx in advance.
--
Thanx
Gopal Prabhakaran

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:eb**************@TK2MSFTNGP12.phx.gbl...
Gopal you can try sort of not supported ways to share user controls.
But the way they were designed, was for user control per project.
If you have a need to share your object in more than one app...i would say
build yourself custom control. since a control is within an assembly...

its
easy to use it in multiple projects

hope this helps

--
Regards,
HD
Once a Geek.... Always a Geek
"Gopal Prabhakaran" <pr*******@takescm.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Dear All,

In one solution , I have 2 webapplication,

now i want transfer one control form webapplication 1 to webapplication
2.

Pls help ASAP

Millions of Thanx in advance.

------
Thanx
Gopal Prabhakaran


Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: build | last post by:
G'day All, I'm trying to code a "Data Downloader" to automatically login and download data from www.Investorweb.com.au using the Internet Transfer Control. I have a some VB experience but no...
3
by: JC Mugs | last post by:
2- Tables Customer & Invoice Customer has typical ID,Name, street, etc Invoice is special type has about 29 fields and needs to import the id, name, street, etc to this table. Save the total...
2
by: Anne | last post by:
hie, i would like to know whether do i need to use the "Imports" statement in my webapplication when i create a component in another application. i know we do not need to do any importing when we...
5
by: Dag | last post by:
Hi all, I have a project where we use lots of user controls. We would like to move them to private assemblied custom controls but from what I see this can't be done because the .ascx file must...
3
by: msnews.microsoft.com | last post by:
Hello All, I am trying to write Web Controls and in most of the samples I came across, I am seeing the following function where a HTML string is written to create HTML Controls. ///...
2
by: Pavan Apuroop | last post by:
Hi All, I am using ASP .Net Beta 2 to develop web applications. In one of my web applications, i am using 'CreateUser' wizard to create users for my site. Earlier, when i was using Beta 1,...
3
by: shahla.saeed | last post by:
hi, plzz check my code and let me know where the problem is lying...becuase whenever i try to tansfer the file of 573KB(mp3) it just tranfer few Kb of file(Somtimes 5.2Kb,somtimes 32Kb..every time...
4
by: =?Utf-8?B?QWxleCBNdW5r?= | last post by:
My Web application is developed in C# Visual Studio 2005 Professional. After deploying the application to the production server I am getting the following error: <%@ Application...
2
by: Dale Harris | last post by:
Hi, I was wondering, is there a difference between Server.Transfer and Response.Redirect? They seem to do the same thing. Or am I mistaken? TIA ** Posted from http://www.teranews.com **
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.