473,473 Members | 4,297 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Hyperlink w/ImageUrl bug?

I can't find any issue in the MS KB, but I'm experiencing the following problem which seems to be specific to IE5, and NOT any other version of IE 5.5+ or NN 6+.

Issue:
I'm using an asp.net hyperlink control and setting the imageurl property. It seems that when the img tag is rendered in the hyperlink (<a>) tag, the img tag is closed with a /> instead of the usual > tag. Because of this, when the hyperlink is clicked in IE5, the hyperlink doesn't respond.

Anyone else experience this? Any solution besides telling users they must upgrade?

TIA,

--
Leigh Kendall, MCSD, MCDBA
Nov 17 '05 #1
9 2787
Hello Leigh,

I just did a quick test on IE 5.0 and 6.0. The IE 5.0 version is 5.00.3502.1000.

Firstly, the code rendered is:

<FORM id="aaa">
<a id="HyperLink1" style="height:115px;width:83px;Z-INDEX: 103; LEFT: 147px; POSITION:
absolute; TOP: 191px"><img src="people.jpg" alt="TestHyperLinkControl" border="0" /></a></FORM>

The image could be shown correctly both in IE 6.0 and 5.0. I couldn't reproduce the problem.

Could you please paste your rendered code here? Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!Subject: Hyperlink w/ImageUrl bug?
!Date: Tue, 29 Jul 2003 14:09:06 -0400
!Lines: 65
!MIME-Version: 1.0
!Content-Type: multipart/alternative;
! boundary="----=_NextPart_000_000A_01C355DA.F8BF8B80"
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!Message-ID: <O5**************@TK2MSFTNGP12.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: 159.247.3.210
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163069
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I can't find any issue in the MS KB, but I'm experiencing the following problem which seems to be specific to IE5, and NOT
any other version of IE 5.5+ or NN 6+.
!Issue:
!I'm using an asp.net hyperlink control and setting the imageurl property. It seems that when the img tag is rendered in the
hyperlink (<a>) tag, the img tag is closed with a /> instead of the usual > tag. Because of this, when the hyperlink is clicked in
IE5, the hyperlink doesn't respond.
!Anyone else experience this? Any solution besides telling users they must upgrade?
!TIA,
!--
!Leigh Kendall, MCSD, MCDBA
!
Nov 17 '05 #2
Hello Leigh,

I will test it and let you know the result as soon as possible. Thanks very much.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!References: <O5**************@TK2MSFTNGP12.phx.gbl> <Br**************@cpmsftngxa06.phx.gbl>
!Subject: Re: Hyperlink w/ImageUrl bug?
!Date: Thu, 31 Jul 2003 11:24:45 -0400
!Lines: 79
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!Message-ID: <O3**************@TK2MSFTNGP09.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: 159.247.3.210
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163801
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I could get the image to render correctly.
!
!The problem I'm experiencing on IE5 is that the hyperlink WITH an image
!(ImageUrl property set) doesn't do anything when you click on it. It seems
!that this issue is isolated to IE5 as I cannot recreate it on other versions
!of IE. Netscape 6.x doesn't have an issue with it either.
!
!The only way I could get the link to respond is by right-clicking it and
!selecting Open.
!
!Leigh
!
!
!"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
!news:Br**************@cpmsftngxa06.phx.gbl...
!> Hello Leigh,
!>
!> I just did a quick test on IE 5.0 and 6.0. The IE 5.0 version is
!5.00.3502.1000.
!>
!> Firstly, the code rendered is:
!>
!> <FORM id="aaa">
!> <a id="HyperLink1" style="height:115px;width:83px;Z-INDEX: 103; LEFT:
!147px; POSITION:
!> absolute; TOP: 191px"><img src="people.jpg" alt="TestHyperLinkControl"
!border="0" /></a></FORM>
!>
!> The image could be shown correctly both in IE 6.0 and 5.0. I couldn't
!reproduce the problem.
!>
!> Could you please paste your rendered code here? Thanks.
!>
!> Best regards,
!> Yanhong Huang
!> Microsoft Online Partner Support
!>
!> Get Secure! - www.microsoft.com/security
!> This posting is provided "AS IS" with no warranties, and confers no
!rights.
!>
!> --------------------
!> !From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!> !Subject: Hyperlink w/ImageUrl bug?
!> !Date: Tue, 29 Jul 2003 14:09:06 -0400
!> !Lines: 65
!> !MIME-Version: 1.0
!> !Content-Type: multipart/alternative;
!> ! boundary="----=_NextPart_000_000A_01C355DA.F8BF8B80"
!> !X-Priority: 3
!> !X-MSMail-Priority: Normal
!> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!> !Message-ID: <O5**************@TK2MSFTNGP12.phx.gbl>
!> !Newsgroups: microsoft.public.dotnet.framework.aspnet
!> !NNTP-Posting-Host: 159.247.3.210
!> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
!> !Xref: cpmsftngxa06.phx.gbl
!microsoft.public.dotnet.framework.aspnet:163069
!> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!> !
!> !I can't find any issue in the MS KB, but I'm experiencing the following
!problem which seems to be specific to IE5, and NOT
!> any other version of IE 5.5+ or NN 6+.
!> !Issue:
!> !I'm using an asp.net hyperlink control and setting the imageurl property.
!It seems that when the img tag is rendered in the
!> hyperlink (<a>) tag, the img tag is closed with a /> instead of the usual
!> tag. Because of this, when the hyperlink is clicked in
!> IE5, the hyperlink doesn't respond.
!> !Anyone else experience this? Any solution besides telling users they must
!upgrade?
!> !TIA,
!> !--
!> !Leigh Kendall, MCSD, MCDBA
!> !
!>
!>
!
!
Nov 17 '05 #3
Hello Leigh,

I will test it and let you know the result as soon as possible. Thanks very much.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!References: <O5**************@TK2MSFTNGP12.phx.gbl> <Br**************@cpmsftngxa06.phx.gbl>
!Subject: Re: Hyperlink w/ImageUrl bug?
!Date: Thu, 31 Jul 2003 11:24:45 -0400
!Lines: 79
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!Message-ID: <O3**************@TK2MSFTNGP09.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: 159.247.3.210
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163801
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I could get the image to render correctly.
!
!The problem I'm experiencing on IE5 is that the hyperlink WITH an image
!(ImageUrl property set) doesn't do anything when you click on it. It seems
!that this issue is isolated to IE5 as I cannot recreate it on other versions
!of IE. Netscape 6.x doesn't have an issue with it either.
!
!The only way I could get the link to respond is by right-clicking it and
!selecting Open.
!
!Leigh
!
!
!"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
!news:Br**************@cpmsftngxa06.phx.gbl...
!> Hello Leigh,
!>
!> I just did a quick test on IE 5.0 and 6.0. The IE 5.0 version is
!5.00.3502.1000.
!>
!> Firstly, the code rendered is:
!>
!> <FORM id="aaa">
!> <a id="HyperLink1" style="height:115px;width:83px;Z-INDEX: 103; LEFT:
!147px; POSITION:
!> absolute; TOP: 191px"><img src="people.jpg" alt="TestHyperLinkControl"
!border="0" /></a></FORM>
!>
!> The image could be shown correctly both in IE 6.0 and 5.0. I couldn't
!reproduce the problem.
!>
!> Could you please paste your rendered code here? Thanks.
!>
!> Best regards,
!> Yanhong Huang
!> Microsoft Online Partner Support
!>
!> Get Secure! - www.microsoft.com/security
!> This posting is provided "AS IS" with no warranties, and confers no
!rights.
!>
!> --------------------
!> !From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!> !Subject: Hyperlink w/ImageUrl bug?
!> !Date: Tue, 29 Jul 2003 14:09:06 -0400
!> !Lines: 65
!> !MIME-Version: 1.0
!> !Content-Type: multipart/alternative;
!> ! boundary="----=_NextPart_000_000A_01C355DA.F8BF8B80"
!> !X-Priority: 3
!> !X-MSMail-Priority: Normal
!> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!> !Message-ID: <O5**************@TK2MSFTNGP12.phx.gbl>
!> !Newsgroups: microsoft.public.dotnet.framework.aspnet
!> !NNTP-Posting-Host: 159.247.3.210
!> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
!> !Xref: cpmsftngxa06.phx.gbl
!microsoft.public.dotnet.framework.aspnet:163069
!> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!> !
!> !I can't find any issue in the MS KB, but I'm experiencing the following
!problem which seems to be specific to IE5, and NOT
!> any other version of IE 5.5+ or NN 6+.
!> !Issue:
!> !I'm using an asp.net hyperlink control and setting the imageurl property.
!It seems that when the img tag is rendered in the
!> hyperlink (<a>) tag, the img tag is closed with a /> instead of the usual
!> tag. Because of this, when the hyperlink is clicked in
!> IE5, the hyperlink doesn't respond.
!> !Anyone else experience this? Any solution besides telling users they must
!upgrade?
!> !TIA,
!> !--
!> !Leigh Kendall, MCSD, MCDBA
!> !
!>
!>
!
!
Nov 17 '05 #4
Hello Leigh,

I just tested it on IE 5.

The problem that I observed is that:
When I clicked the image, nothing happens. But when I move the mouse to the right of the image, I could access the link now.

It seems that the link is independant of the image now. Please let me know if it is what you got. If confirmed, I will contact our
product group to dig into it. Thanks very much.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!References: <O5**************@TK2MSFTNGP12.phx.gbl> <Br**************@cpmsftngxa06.phx.gbl>
!Subject: Re: Hyperlink w/ImageUrl bug?
!Date: Thu, 31 Jul 2003 11:24:45 -0400
!Lines: 79
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!Message-ID: <O3**************@TK2MSFTNGP09.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: 159.247.3.210
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163801
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I could get the image to render correctly.
!
!The problem I'm experiencing on IE5 is that the hyperlink WITH an image
!(ImageUrl property set) doesn't do anything when you click on it. It seems
!that this issue is isolated to IE5 as I cannot recreate it on other versions
!of IE. Netscape 6.x doesn't have an issue with it either.
!
!The only way I could get the link to respond is by right-clicking it and
!selecting Open.
!
!Leigh
!
!
!"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
!news:Br**************@cpmsftngxa06.phx.gbl...
!> Hello Leigh,
!>
!> I just did a quick test on IE 5.0 and 6.0. The IE 5.0 version is
!5.00.3502.1000.
!>
!> Firstly, the code rendered is:
!>
!> <FORM id="aaa">
!> <a id="HyperLink1" style="height:115px;width:83px;Z-INDEX: 103; LEFT:
!147px; POSITION:
!> absolute; TOP: 191px"><img src="people.jpg" alt="TestHyperLinkControl"
!border="0" /></a></FORM>
!>
!> The image could be shown correctly both in IE 6.0 and 5.0. I couldn't
!reproduce the problem.
!>
!> Could you please paste your rendered code here? Thanks.
!>
!> Best regards,
!> Yanhong Huang
!> Microsoft Online Partner Support
!>
!> Get Secure! - www.microsoft.com/security
!> This posting is provided "AS IS" with no warranties, and confers no
!rights.
!>
!> --------------------
!> !From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!> !Subject: Hyperlink w/ImageUrl bug?
!> !Date: Tue, 29 Jul 2003 14:09:06 -0400
!> !Lines: 65
!> !MIME-Version: 1.0
!> !Content-Type: multipart/alternative;
!> ! boundary="----=_NextPart_000_000A_01C355DA.F8BF8B80"
!> !X-Priority: 3
!> !X-MSMail-Priority: Normal
!> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!> !Message-ID: <O5**************@TK2MSFTNGP12.phx.gbl>
!> !Newsgroups: microsoft.public.dotnet.framework.aspnet
!> !NNTP-Posting-Host: 159.247.3.210
!> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
!> !Xref: cpmsftngxa06.phx.gbl
!microsoft.public.dotnet.framework.aspnet:163069
!> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!> !
!> !I can't find any issue in the MS KB, but I'm experiencing the following
!problem which seems to be specific to IE5, and NOT
!> any other version of IE 5.5+ or NN 6+.
!> !Issue:
!> !I'm using an asp.net hyperlink control and setting the imageurl property.
!It seems that when the img tag is rendered in the
!> hyperlink (<a>) tag, the img tag is closed with a /> instead of the usual
!> tag. Because of this, when the hyperlink is clicked in
!> IE5, the hyperlink doesn't respond.
!> !Anyone else experience this? Any solution besides telling users they must
!upgrade?
!> !TIA,
!> !--
!> !Leigh Kendall, MCSD, MCDBA
!> !
!>
!>
!
!
Nov 17 '05 #5
Yes, this is the same problem we have run into. I'm relieved that you were
able to recreate it.

Hopefully, there is a quick workaround? Thanks!

Leigh

"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
news:bP**************@cpmsftngxa06.phx.gbl...
Hello Leigh,

I just tested it on IE 5.

The problem that I observed is that:
When I clicked the image, nothing happens. But when I move the mouse to the right of the image, I could access the link now.
It seems that the link is independant of the image now. Please let me know if it is what you got. If confirmed, I will contact our product group to dig into it. Thanks very much.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
!From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!References: <O5**************@TK2MSFTNGP12.phx.gbl> <Br**************@cpmsftngxa06.phx.gbl> !Subject: Re: Hyperlink w/ImageUrl bug?
!Date: Thu, 31 Jul 2003 11:24:45 -0400
!Lines: 79
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!Message-ID: <O3**************@TK2MSFTNGP09.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: 159.247.3.210
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163801 !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I could get the image to render correctly.
!
!The problem I'm experiencing on IE5 is that the hyperlink WITH an image
!(ImageUrl property set) doesn't do anything when you click on it. It seems !that this issue is isolated to IE5 as I cannot recreate it on other versions !of IE. Netscape 6.x doesn't have an issue with it either.
!
!The only way I could get the link to respond is by right-clicking it and
!selecting Open.
!
!Leigh
!
!
!"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
!news:Br**************@cpmsftngxa06.phx.gbl...
!> Hello Leigh,
!>
!> I just did a quick test on IE 5.0 and 6.0. The IE 5.0 version is
!5.00.3502.1000.
!>
!> Firstly, the code rendered is:
!>
!> <FORM id="aaa">
!> <a id="HyperLink1" style="height:115px;width:83px;Z-INDEX: 103; LEFT:
!147px; POSITION:
!> absolute; TOP: 191px"><img src="people.jpg" alt="TestHyperLinkControl"
!border="0" /></a></FORM>
!>
!> The image could be shown correctly both in IE 6.0 and 5.0. I couldn't
!reproduce the problem.
!>
!> Could you please paste your rendered code here? Thanks.
!>
!> Best regards,
!> Yanhong Huang
!> Microsoft Online Partner Support
!>
!> Get Secure! - www.microsoft.com/security
!> This posting is provided "AS IS" with no warranties, and confers no
!rights.
!>
!> --------------------
!> !From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!> !Subject: Hyperlink w/ImageUrl bug?
!> !Date: Tue, 29 Jul 2003 14:09:06 -0400
!> !Lines: 65
!> !MIME-Version: 1.0
!> !Content-Type: multipart/alternative;
!> ! boundary="----=_NextPart_000_000A_01C355DA.F8BF8B80"
!> !X-Priority: 3
!> !X-MSMail-Priority: Normal
!> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!> !Message-ID: <O5**************@TK2MSFTNGP12.phx.gbl>
!> !Newsgroups: microsoft.public.dotnet.framework.aspnet
!> !NNTP-Posting-Host: 159.247.3.210
!> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
!> !Xref: cpmsftngxa06.phx.gbl
!microsoft.public.dotnet.framework.aspnet:163069
!> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!> !
!> !I can't find any issue in the MS KB, but I'm experiencing the following !problem which seems to be specific to IE5, and NOT
!> any other version of IE 5.5+ or NN 6+.
!> !Issue:
!> !I'm using an asp.net hyperlink control and setting the imageurl property. !It seems that when the img tag is rendered in the
!> hyperlink (<a>) tag, the img tag is closed with a /> instead of the usual !> tag. Because of this, when the hyperlink is clicked in
!> IE5, the hyperlink doesn't respond.
!> !Anyone else experience this? Any solution besides telling users they must !upgrade?
!> !TIA,
!> !--
!> !Leigh Kendall, MCSD, MCDBA
!> !
!>
!>
!
!


Nov 17 '05 #6
Hello Leigh,

Thanks for the quick response. Now I am working with product team on this issue. This may need some time. Please rest
assure that we will do our best on it and reply you as soon as possible here.
Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!References: <O5**************@TK2MSFTNGP12.phx.gbl> <Br**************@cpmsftngxa06.phx.gbl>
<O3**************@TK2MSFTNGP09.phx.gbl> <bP**************@cpmsftngxa06.phx.gbl>
!Subject: Re: Hyperlink w/ImageUrl bug?
!Date: Mon, 4 Aug 2003 17:20:36 -0400
!Lines: 141
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!Message-ID: <Oa**************@tk2msftngp13.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: 103.126.252.64.snet.net 64.252.126.103
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftn gp13.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:164774
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!Yes, this is the same problem we have run into. I'm relieved that you were
!able to recreate it.
!
!Hopefully, there is a quick workaround? Thanks!
!
!Leigh
!
!"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
!news:bP**************@cpmsftngxa06.phx.gbl...
!> Hello Leigh,
!>
!> I just tested it on IE 5.
!>
!> The problem that I observed is that:
!> When I clicked the image, nothing happens. But when I move the mouse to
!the right of the image, I could access the link now.
!>
!> It seems that the link is independant of the image now. Please let me know
!if it is what you got. If confirmed, I will contact our
!> product group to dig into it. Thanks very much.
!>
!> Best regards,
!> Yanhong Huang
!> Microsoft Online Partner Support
!>
!> Get Secure! - www.microsoft.com/security
!> This posting is provided "AS IS" with no warranties, and confers no
!rights.
!>
!> --------------------
!> !From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!> !References: <O5**************@TK2MSFTNGP12.phx.gbl>
!<Br**************@cpmsftngxa06.phx.gbl>
!> !Subject: Re: Hyperlink w/ImageUrl bug?
!> !Date: Thu, 31 Jul 2003 11:24:45 -0400
!> !Lines: 79
!> !MIME-Version: 1.0
!> !Content-Type: text/plain;
!> ! charset="iso-8859-1"
!> !Content-Transfer-Encoding: 7bit
!> !X-Priority: 3
!> !X-MSMail-Priority: Normal
!> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!> !Message-ID: <O3**************@TK2MSFTNGP09.phx.gbl>
!> !Newsgroups: microsoft.public.dotnet.framework.aspnet
!> !NNTP-Posting-Host: 159.247.3.210
!> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
!> !Xref: cpmsftngxa06.phx.gbl
!microsoft.public.dotnet.framework.aspnet:163801
!> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!> !
!> !I could get the image to render correctly.
!> !
!> !The problem I'm experiencing on IE5 is that the hyperlink WITH an image
!> !(ImageUrl property set) doesn't do anything when you click on it. It
!seems
!> !that this issue is isolated to IE5 as I cannot recreate it on other
!versions
!> !of IE. Netscape 6.x doesn't have an issue with it either.
!> !
!> !The only way I could get the link to respond is by right-clicking it and
!> !selecting Open.
!> !
!> !Leigh
!> !
!> !
!> !"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
!> !news:Br**************@cpmsftngxa06.phx.gbl...
!> !> Hello Leigh,
!> !>
!> !> I just did a quick test on IE 5.0 and 6.0. The IE 5.0 version is
!> !5.00.3502.1000.
!> !>
!> !> Firstly, the code rendered is:
!> !>
!> !> <FORM id="aaa">
!> !> <a id="HyperLink1" style="height:115px;width:83px;Z-INDEX: 103; LEFT:
!> !147px; POSITION:
!> !> absolute; TOP: 191px"><img src="people.jpg" alt="TestHyperLinkControl"
!> !border="0" /></a></FORM>
!> !>
!> !> The image could be shown correctly both in IE 6.0 and 5.0. I couldn't
!> !reproduce the problem.
!> !>
!> !> Could you please paste your rendered code here? Thanks.
!> !>
!> !> Best regards,
!> !> Yanhong Huang
!> !> Microsoft Online Partner Support
!> !>
!> !> Get Secure! - www.microsoft.com/security
!> !> This posting is provided "AS IS" with no warranties, and confers no
!> !rights.
!> !>
!> !> --------------------
!> !> !From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!> !> !Subject: Hyperlink w/ImageUrl bug?
!> !> !Date: Tue, 29 Jul 2003 14:09:06 -0400
!> !> !Lines: 65
!> !> !MIME-Version: 1.0
!> !> !Content-Type: multipart/alternative;
!> !> ! boundary="----=_NextPart_000_000A_01C355DA.F8BF8B80"
!> !> !X-Priority: 3
!> !> !X-MSMail-Priority: Normal
!> !> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!> !> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!> !> !Message-ID: <O5**************@TK2MSFTNGP12.phx.gbl>
!> !> !Newsgroups: microsoft.public.dotnet.framework.aspnet
!> !> !NNTP-Posting-Host: 159.247.3.210
!> !> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
!> !> !Xref: cpmsftngxa06.phx.gbl
!> !microsoft.public.dotnet.framework.aspnet:163069
!> !> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!> !> !
!> !> !I can't find any issue in the MS KB, but I'm experiencing the
!following
!> !problem which seems to be specific to IE5, and NOT
!> !> any other version of IE 5.5+ or NN 6+.
!> !> !Issue:
!> !> !I'm using an asp.net hyperlink control and setting the imageurl
!property.
!> !It seems that when the img tag is rendered in the
!> !> hyperlink (<a>) tag, the img tag is closed with a /> instead of the
!usual
!> !> tag. Because of this, when the hyperlink is clicked in
!> !> IE5, the hyperlink doesn't respond.
!> !> !Anyone else experience this? Any solution besides telling users they
!must
!> !upgrade?
!> !> !TIA,
!> !> !--
!> !> !Leigh Kendall, MCSD, MCDBA
!> !> !
!> !>
!> !>
!> !
!> !
!>
!>
!
!
Nov 17 '05 #7
Hi Leigh,

I apologize for the long delay in responding to you. Yan-Hong escalated
this issue and then it got forgotten. I sincerely apologize for this error.

If you are still monitoring this thread, please repost and I will closely
supervise a new escalation of this issue. I again apologize for this error.

Thank you, Mike Moore
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.
--------------------
From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
References: <O5**************@TK2MSFTNGP12.phx.gbl> <Br**************@cpmsftngxa06.phx.gbl>
<O3**************@TK2MSFTNGP09.phx.gbl>
<bP**************@cpmsftngxa06.phx.gbl> Subject: Re: Hyperlink w/ImageUrl bug?
Date: Mon, 4 Aug 2003 17:20:36 -0400
Lines: 141
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-ID: <Oa**************@tk2msftngp13.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: 103.126.252.64.snet.net 64.252.126.103
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftn gp13.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:164774
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Yes, this is the same problem we have run into. I'm relieved that you were
able to recreate it.

Hopefully, there is a quick workaround? Thanks!

Leigh

"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
news:bP**************@cpmsftngxa06.phx.gbl...
Hello Leigh,

I just tested it on IE 5.

The problem that I observed is that:
When I clicked the image, nothing happens. But when I move the mouse to the right of the image, I could access the link now.

It seems that the link is independant of the image now. Please let me know if it is what you got. If confirmed, I will contact our
product group to dig into it. Thanks very much.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no

rights.

--------------------
!From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!References: <O5**************@TK2MSFTNGP12.phx.gbl>

<Br**************@cpmsftngxa06.phx.gbl>
!Subject: Re: Hyperlink w/ImageUrl bug?
!Date: Thu, 31 Jul 2003 11:24:45 -0400
!Lines: 79
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!Message-ID: <O3**************@TK2MSFTNGP09.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: 159.247.3.210
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
!Xref: cpmsftngxa06.phx.gbl

microsoft.public.dotnet.framework.aspnet:163801
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I could get the image to render correctly.
!
!The problem I'm experiencing on IE5 is that the hyperlink WITH an image
!(ImageUrl property set) doesn't do anything when you click on it. It

seems
!that this issue is isolated to IE5 as I cannot recreate it on other

versions
!of IE. Netscape 6.x doesn't have an issue with it either.
!
!The only way I could get the link to respond is by right-clicking it

and !selecting Open.
!
!Leigh
!
!
!"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
!news:Br**************@cpmsftngxa06.phx.gbl...
!> Hello Leigh,
!>
!> I just did a quick test on IE 5.0 and 6.0. The IE 5.0 version is
!5.00.3502.1000.
!>
!> Firstly, the code rendered is:
!>
!> <FORM id="aaa">
!> <a id="HyperLink1" style="height:115px;width:83px;Z-INDEX: 103; LEFT:
!147px; POSITION:
!> absolute; TOP: 191px"><img src="people.jpg" alt="TestHyperLinkControl" !border="0" /></a></FORM>
!>
!> The image could be shown correctly both in IE 6.0 and 5.0. I couldn't
!reproduce the problem.
!>
!> Could you please paste your rendered code here? Thanks.
!>
!> Best regards,
!> Yanhong Huang
!> Microsoft Online Partner Support
!>
!> Get Secure! - www.microsoft.com/security
!> This posting is provided "AS IS" with no warranties, and confers no
!rights.
!>
!> --------------------
!> !From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!> !Subject: Hyperlink w/ImageUrl bug?
!> !Date: Tue, 29 Jul 2003 14:09:06 -0400
!> !Lines: 65
!> !MIME-Version: 1.0
!> !Content-Type: multipart/alternative;
!> ! boundary="----=_NextPart_000_000A_01C355DA.F8BF8B80"
!> !X-Priority: 3
!> !X-MSMail-Priority: Normal
!> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!> !Message-ID: <O5**************@TK2MSFTNGP12.phx.gbl>
!> !Newsgroups: microsoft.public.dotnet.framework.aspnet
!> !NNTP-Posting-Host: 159.247.3.210
!> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
!> !Xref: cpmsftngxa06.phx.gbl
!microsoft.public.dotnet.framework.aspnet:163069
!> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!> !
!> !I can't find any issue in the MS KB, but I'm experiencing the

following
!problem which seems to be specific to IE5, and NOT
!> any other version of IE 5.5+ or NN 6+.
!> !Issue:
!> !I'm using an asp.net hyperlink control and setting the imageurl

property.
!It seems that when the img tag is rendered in the
!> hyperlink (<a>) tag, the img tag is closed with a /> instead of the

usual
!> tag. Because of this, when the hyperlink is clicked in
!> IE5, the hyperlink doesn't respond.
!> !Anyone else experience this? Any solution besides telling users they

must
!upgrade?
!> !TIA,
!> !--
!> !Leigh Kendall, MCSD, MCDBA
!> !
!>
!>
!
!



Nov 17 '05 #8
Yes, I'm still monitoring this thread.

Thanks for the update...

--
Leigh Kendall, MCSD, MCDBA

""Mike Moore [MSFT]"" <mi****@online.microsoft.com> wrote in message
news:ev**************@cpmsftngxa06.phx.gbl...
Hi Leigh,

I apologize for the long delay in responding to you. Yan-Hong escalated
this issue and then it got forgotten. I sincerely apologize for this error.
If you are still monitoring this thread, please repost and I will closely
supervise a new escalation of this issue. I again apologize for this error.
Thank you, Mike Moore
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.

--------------------
From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
References: <O5**************@TK2MSFTNGP12.phx.gbl>

<Br**************@cpmsftngxa06.phx.gbl>
<O3**************@TK2MSFTNGP09.phx.gbl>
<bP**************@cpmsftngxa06.phx.gbl>
Subject: Re: Hyperlink w/ImageUrl bug?
Date: Mon, 4 Aug 2003 17:20:36 -0400
Lines: 141
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-ID: <Oa**************@tk2msftngp13.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: 103.126.252.64.snet.net 64.252.126.103
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftn gp13.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:164774
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Yes, this is the same problem we have run into. I'm relieved that you were able to recreate it.

Hopefully, there is a quick workaround? Thanks!

Leigh

"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
news:bP**************@cpmsftngxa06.phx.gbl...
Hello Leigh,

I just tested it on IE 5.

The problem that I observed is that:
When I clicked the image, nothing happens. But when I move the mouse to
the right of the image, I could access the link now.

It seems that the link is independant of the image now. Please let me know
if it is what you got. If confirmed, I will contact our
product group to dig into it. Thanks very much.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no

rights.

--------------------
!From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!References: <O5**************@TK2MSFTNGP12.phx.gbl>

<Br**************@cpmsftngxa06.phx.gbl>
!Subject: Re: Hyperlink w/ImageUrl bug?
!Date: Thu, 31 Jul 2003 11:24:45 -0400
!Lines: 79
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!Message-ID: <O3**************@TK2MSFTNGP09.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: 159.247.3.210
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
!Xref: cpmsftngxa06.phx.gbl

microsoft.public.dotnet.framework.aspnet:163801
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I could get the image to render correctly.
!
!The problem I'm experiencing on IE5 is that the hyperlink WITH an

image !(ImageUrl property set) doesn't do anything when you click on it. It

seems
!that this issue is isolated to IE5 as I cannot recreate it on other

versions
!of IE. Netscape 6.x doesn't have an issue with it either.
!
!The only way I could get the link to respond is by right-clicking it

and !selecting Open.
!
!Leigh
!
!
!"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message !news:Br**************@cpmsftngxa06.phx.gbl...
!> Hello Leigh,
!>
!> I just did a quick test on IE 5.0 and 6.0. The IE 5.0 version is
!5.00.3502.1000.
!>
!> Firstly, the code rendered is:
!>
!> <FORM id="aaa">
!> <a id="HyperLink1" style="height:115px;width:83px;Z-INDEX: 103; LEFT: !147px; POSITION:
!> absolute; TOP: 191px"><img src="people.jpg" alt="TestHyperLinkControl" !border="0" /></a></FORM>
!>
!> The image could be shown correctly both in IE 6.0 and 5.0. I couldn't !reproduce the problem.
!>
!> Could you please paste your rendered code here? Thanks.
!>
!> Best regards,
!> Yanhong Huang
!> Microsoft Online Partner Support
!>
!> Get Secure! - www.microsoft.com/security
!> This posting is provided "AS IS" with no warranties, and confers no
!rights.
!>
!> --------------------
!> !From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!> !Subject: Hyperlink w/ImageUrl bug?
!> !Date: Tue, 29 Jul 2003 14:09:06 -0400
!> !Lines: 65
!> !MIME-Version: 1.0
!> !Content-Type: multipart/alternative;
!> ! boundary="----=_NextPart_000_000A_01C355DA.F8BF8B80"
!> !X-Priority: 3
!> !X-MSMail-Priority: Normal
!> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!> !Message-ID: <O5**************@TK2MSFTNGP12.phx.gbl>
!> !Newsgroups: microsoft.public.dotnet.framework.aspnet
!> !NNTP-Posting-Host: 159.247.3.210
!> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl !> !Xref: cpmsftngxa06.phx.gbl
!microsoft.public.dotnet.framework.aspnet:163069
!> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!> !
!> !I can't find any issue in the MS KB, but I'm experiencing the

following
!problem which seems to be specific to IE5, and NOT
!> any other version of IE 5.5+ or NN 6+.
!> !Issue:
!> !I'm using an asp.net hyperlink control and setting the imageurl

property.
!It seems that when the img tag is rendered in the
!> hyperlink (<a>) tag, the img tag is closed with a /> instead of the

usual
!> tag. Because of this, when the hyperlink is clicked in
!> IE5, the hyperlink doesn't respond.
!> !Anyone else experience this? Any solution besides telling users

they must
!upgrade?
!> !TIA,
!> !--
!> !Leigh Kendall, MCSD, MCDBA
!> !
!>
!>
!
!



Nov 17 '05 #9
Please add the custom attribute:

onclick="javascript:document.URL = this.href;"

to the Hyperlink Control. This should work around the issue.
Please let me know if you have any questions.

Thank you, John Soulis
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.

Nov 17 '05 #10

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

Similar topics

0
by: Ryan Harvey | last post by:
Hi all, I have written a web user control that contains a repeater control. the ItemTemplate for this control is basically 6 Hyperlinks in a row, that are dynamically allocated one of 7 gif...
2
by: Robson Carvalho Machado | last post by:
Dear friends, I'm dynamically creating a Hyperlink with spacer.gif as ImageURL that is an 1px transparent image only to determine link position, but as I create this link dynamically I could not...
1
by: tshad | last post by:
Is there some reason why the Hyperlink in a DataGrid will not show an image? I have a datagrid with the following: <asp:TemplateColumn visible="false" HeaderText="Skills"> <itemtemplate>...
1
by: James T. | last post by:
Hello! How I can set width and height properties of image when Hyperlink ImageUrl is set? Thanks! James
1
by: Nathan Sokalski | last post by:
I am using the ImageUrl property of the Hyperlink control to create a graphical Hyperlink. However, I want to change the size of the image I am using, but the generated HTML places the width/height...
5
by: Patrick.O.Ige | last post by:
I want to have a rollover image on an hyperlink inside a Repeater control but when i run the page i get "Image1 is undefined" Any ideas? I have a Hyperlink and an Image control in a repeater...
8
by: Nathan Sokalski | last post by:
I have several System.Web.UI.WebControls.HyperLink Controls which I want to display as rollover images. I know how to make these manually using the <a> and <img> tags or the <a> tag and a...
3
by: Nathan Sokalski | last post by:
I am using the ImageUrl property of the HyperLink control. My image is large, so I am setting the width/height attributes, but when it renders the width/height attributes are in the <atag rather...
1
by: Paul W Smith | last post by:
The text below is a GridView I am trying to use to display some data from a database. I am using one templatefield of grid because I want the contents of the record fields to appear on three...
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...
1
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...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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
muto222
php
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.