473,811 Members | 3,402 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1150
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*******@take scm.com> wrote in message
news:%2******** ********@TK2MSF TNGP12.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******** ******@TK2MSFTN GP12.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*******@take scm.com> wrote in message
news:%2******** ********@TK2MSF TNGP12.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*******@take scm.com> wrote in message news:<#7******* *******@TK2MSFT NGP12.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*******@take scm.com> wrote in message news:<#L******* *******@TK2MSFT NGP12.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******** ******@TK2MSFTN GP12.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*******@take scm.com> wrote in message
news:%2******** ********@TK2MSF TNGP12.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
3873
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 experience with web programming apart from basic html, forms etc. 1). I've extracted the following from the login page
3
1607
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 data.. When the record is complete it will print onto a specialized multipart invoice. I setup a form for the invoice and lookup customer id, -- Now I need to transfer the data from the lookup to fields in the invoice table..
2
1134
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 are doing asp.net in visual studio.net. But if i were to use other framework apart from .net, would i need to use the "import" statement so that i would be able to reference the component's function in my webapplication(different application)?...
5
1633
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 be in the main project as a file...in other words, it doesn't look like you can add a reference to a custom created control and leverage an .asxc within it. Is this correct?
3
1507
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. /// <summary> /// Render this control to the output parameter specified.
2
1301
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, i have stored all the user information in MS Access Database.
3
11044
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 i run the program).....but when i watch the transfering of bytes by debuging it.(RED dot on while(nfs.CanRead) )..it shows that complete bytes are transfered.(in my case i-e 573Kb)....i am unable to understand whats going wrong in my program....
4
5929
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 Codebehind="Global.asax.cs" Inherits="WebApplication.Global" Language="C#" %> I found numerous references to this problem on the web and tried what seems like a few (tens) suggestions, at least the ones I was able to understand. But alas no luck. Pleeeeeeeease...
2
1514
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
9605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10647
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10395
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9204
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6887
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5553
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5692
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4338
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3865
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.