473,508 Members | 2,367 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Multiple instances of Internet Explorer.

Hello,

I am using a HyperLink Web Control to create a new window instance of the
same page that contains that control.

The problem is that if I am working with both instances at the same time, I
cannot execute them at the same time.
If I execute one first, when I try to execute the other it remains locked
until the other finishes.

What I am trying to do is to have a button in my application that creates
new instances of the same application.

Any idea to solve it?

Thank you.

Óscar.
Nov 18 '05 #1
3 2384
If you haven't already, try switching to Release mode then run the
application. When you are in debug mode IIS will synchronously (maybe
not the right term but the right concept) process each page request so
that you can debug them (imagine trying to debug one set of statements
and suddenly your IDE jumps to another set because someone else tapped a
page on your machine). Hope this helps.

Have A Better One!

John M Deal, MCP
Necessity Software

Oscar F wrote:
Hello,

I am using a HyperLink Web Control to create a new window instance of the
same page that contains that control.

The problem is that if I am working with both instances at the same time, I
cannot execute them at the same time.
If I execute one first, when I try to execute the other it remains locked
until the other finishes.

What I am trying to do is to have a button in my application that creates
new instances of the same application.

Any idea to solve it?

Thank you.

Óscar.

Nov 18 '05 #2
the browser only allows 2 concurrent connections to the same server. be sure
there are no images or references on the page and you can get two to work at
once.

-- bruce (sqlwork.com)
"Oscar F" <Os****@discussions.microsoft.com> wrote in message
news:BC**********************************@microsof t.com...
| Hello,
|
| I am using a HyperLink Web Control to create a new window instance of the
| same page that contains that control.
|
| The problem is that if I am working with both instances at the same time,
I
| cannot execute them at the same time.
| If I execute one first, when I try to execute the other it remains locked
| until the other finishes.
|
| What I am trying to do is to have a button in my application that creates
| new instances of the same application.
|
| Any idea to solve it?
|
| Thank you.
|
| Óscar.
Nov 18 '05 #3
Thank you for you help.

I have been searching information about ASP.NET session.Finally I changed
the property EnableSessionState="readonly" in every aspx that does not
modifies the session and everything worked.

Regards.

Óscar.

"bruce barker" wrote:
the browser only allows 2 concurrent connections to the same server. be sure
there are no images or references on the page and you can get two to work at
once.

-- bruce (sqlwork.com)
"Oscar F" <Os****@discussions.microsoft.com> wrote in message
news:BC**********************************@microsof t.com...
| Hello,
|
| I am using a HyperLink Web Control to create a new window instance of the
| same page that contains that control.
|
| The problem is that if I am working with both instances at the same time,
I
| cannot execute them at the same time.
| If I execute one first, when I try to execute the other it remains locked
| until the other finishes.
|
| What I am trying to do is to have a button in my application that creates
| new instances of the same application.
|
| Any idea to solve it?
|
| Thank you.
|
| Óscar.

Nov 18 '05 #4

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

Similar topics

0
2019
by: Paul Thomas | last post by:
Is it possible to get multiple instances of JVM for applets running in different browser windows? I am running Java Applets in Internet Explorer (IE 6) using SUN Java Plugin. When I open the...
3
9418
by: gcash | last post by:
Most folks know you can start up an instance of Internet Explorer by saying "x=win32com.client.Dispatch('InternetExplorer.Application.1')" and you get a WIN32 object with a "Document" object that...
12
15061
by: qwe | last post by:
More curiosity than a real problem, but... I've been abusing HTML ID attributes slightly. ..box { margin: 10px; } #red { background-color: #ff0000;
12
19559
by: SunshineGirl | last post by:
I'm trying to receive events from a running instance of Internet Explorer. So far I've only been able to receive events from an instance I launch from code, but I need to receive events from all...
11
20871
by: Clark Stevens | last post by:
I just finished a WinForms app in VB.NET. I want to allow the user to be able to run multiple instances of the program like you can with Notepad and Wordpad. The way it is now, once I run the...
1
1556
balabaster
by: balabaster | last post by:
Hi, I'm trying to figure out how to install multiple instances of a Windows Service on a single machine using the deployment Setup Project. We have a Windows Service that's configurable through...
4
2555
by: redoix | last post by:
Sometimes There To Many Instance Of The Internet Browsing Page Running On The Taskbar. This Slows Down Connection.how Do I Limit The Instances Of Internet Browsers So That One The Limit Is Reached...
19
6301
by: Zytan | last post by:
I want multiple instances of the same .exe to run and share the same data. I know they all can access the same file at the same time, no problem, but I'd like to have this data in RAM, which they...
4
2010
by: Dominic Vella | last post by:
Hi I have a list of favorite websites in a table. I use the following command to view it: strAppName = "C:\Program Files\Internet Explorer\iexplore.exe " & me!web_address Call...
0
7115
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...
0
7321
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,...
0
7377
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...
1
7036
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
5624
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,...
0
4705
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...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1547
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 ...
0
414
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.