473,788 Members | 3,057 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Serious issues with webcontrols...

Hi,

First of all, sorry for cross-posting, but some groups look more active than
others, and I sure need to find an answer to this.

I recently rebuilt my website using ASP.NET and I did my forum system using
a datagrid and template columns. I was asked by many users to remove the
LinkButton in order to be able to "open in a new window", so instead I used
the hyperlink control to allow users to access the message page from the
topic list page.

But for some reason, and don't ask me why, some users don't see the
hyperlinks at ALL!

One user mailed me, and the HTML generated by IIS for him, the code:

<a id="dgList__ctl 8_hlThreadName"

Is replaced by:

<!--d="dgList__ctl8 _hlThreadName"

You see? HTML comment! I have no idea why it does that!!! And that is under
Windows 98 using IE (don't know which version, but he said "old")

Another use, I'm using HyperLink controls with an image, and they simply
don't see the image at all.. is there a problem with the HyperLink control?

This is not counting the multiple viewstate problem I'm having.. I love
programming in .NET, but there are serious issues when it comes to
multi-platform.. should I be surprised that the WIDTH/HEIGHT tags of an
imagebutton control are lost when a user uses Netscape?

If some people want to see them live to see what's wrong, then...

http://www.neworderonline.com/Thread...spx?ForumID=11

This is the technical support forum, most issues are posted there.. and I
receive all errors by email, so I can tell there are not many in the forum
system, I do however receive corrupted viewstate errors from time to time...
Nov 17 '05 #1
1 1107
Try adjusting the target browser. You've got the browser schema set to IE 5
or above. Try setting it for a more neutral HTML 3.2 compliant browser.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"Nicolas LeBlanc" <ni************ *@nomoreSPAM.ho tmail.com> wrote in message
news:eU******** ********@TK2MSF TNGP09.phx.gbl. ..
Hi,

First of all, sorry for cross-posting, but some groups look more active than others, and I sure need to find an answer to this.

I recently rebuilt my website using ASP.NET and I did my forum system using a datagrid and template columns. I was asked by many users to remove the
LinkButton in order to be able to "open in a new window", so instead I used the hyperlink control to allow users to access the message page from the
topic list page.

But for some reason, and don't ask me why, some users don't see the
hyperlinks at ALL!

One user mailed me, and the HTML generated by IIS for him, the code:

<a id="dgList__ctl 8_hlThreadName"

Is replaced by:

<!--d="dgList__ctl8 _hlThreadName"

You see? HTML comment! I have no idea why it does that!!! And that is under Windows 98 using IE (don't know which version, but he said "old")

Another use, I'm using HyperLink controls with an image, and they simply
don't see the image at all.. is there a problem with the HyperLink control?
This is not counting the multiple viewstate problem I'm having.. I love
programming in .NET, but there are serious issues when it comes to
multi-platform.. should I be surprised that the WIDTH/HEIGHT tags of an
imagebutton control are lost when a user uses Netscape?

If some people want to see them live to see what's wrong, then...

http://www.neworderonline.com/Thread...spx?ForumID=11

This is the technical support forum, most issues are posted there.. and I
receive all errors by email, so I can tell there are not many in the forum
system, I do however receive corrupted viewstate errors from time to time...

Nov 17 '05 #2

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

Similar topics

0
347
by: octaviansen | last post by:
Hi, I am experiencing some weird problems with an ASP.NET web application that is making use of System.Data.DataSet and System.Data.DataRow classes. On a machine with single CPU, the application is running fine. On a machine with Hyperthreading CPU, after a couple of seconds of running OK, the
0
948
by: Russ | last post by:
I have a Datagrid that is in a user control on a webform I am creating and when I click on the edit button of the datagrid nothing happens. I have to click the button 2 times to get the event to fire. I put a Response.Write("The edit button has been pressed"); inside the event to test, and the event does fire but the edit boxes are not shown. When the edit button is clicked the second time the edit boxes show, but the update event also...
2
1576
by: Bob Trabucco | last post by:
Hello all, I have a Datagrid on a page. 1 column is a template column with a checkbox (unbound). The rest of the columns are databound that are added programatically. If in the Page_Load I do: If IsPostBack Then
2
1584
by: WJ | last post by:
This post is a follow up from the original post dated Oct 16, 2004 "I have this problem, pls help!" created by Paul FI. These bugs are rather serious and we would like to know how to get around. Environment: Windows XP Pro. IIS-5 and Sp2. Visual Studio.Net 2003 EA edition. ..NetFW 1.1 Here goes:
2
1358
by: Kurt Schroeder | last post by:
Still new to code behind so i'm not sure what the problem is (i'm using visualStudio.net for the first time) like my last question i'll bet this has a quick answer. thanks kes here is the error: and please for give the excessive text Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about...
8
1817
by: Brent White | last post by:
If you need more information, I'd be glad to give it, but I am developing an ASPX page so that the user can select multiple values for a specific field, then pass them on (using Crystal Reports 10 on a separate ASP page). Here is the code behind the button that will launch the report (is in a file called StateSelect.aspx.vb: Protected Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button2.Click...
0
2288
by: Tand35006 | last post by:
Hi, I hope some one can help with this. I have a basic webform with 2 DropDownLists and a single DataGrid. What I am trying to do is populate the first DDList from a dataset on Form_Load. I then want to use this 1st DDList to populate the 2nd DDList via the SelectedIndexChange Event. So far so good. all works up to this point. The next thing I'm trying to do is to use the 2nd DDList value in a queery to populate the Datagrid also...
2
3263
by: Spotnick | last post by:
I have no idea why, but since I'm trying to recreate my website using ASP.NET 2.0 I've encountered so many performance issues that I'm about to give up and continue using v1.1 Seriously, how can a page that is not that complicated be so long to render locally, it's amazing. This is the trace info: aspx.page Begin PreInit
10
3016
by: David Thole | last post by:
Hey all, I'm still very new at all this, but am going through the ASP.net 2.0 unleashed book, first chapter and trying to program my own little form emailer for fun. I tried following the code for their version in the book to the best of my abiltiies, and came across issues, mostly that a type was expected when trying to compile in MS Visual Studio 2002. When my stuff wasn't working at all, I decided to try just using his code almost...
0
9655
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10363
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
10110
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
8993
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...
1
7517
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5398
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
5535
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4069
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
3670
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.