473,486 Members | 1,733 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Searching for framework 1.1 _dopostback bug fix...?

There have been numerous references to a bug in .NET Framework 1.1, on
Windows 2000 that causes <form> tags within user controls to be given an
invalid (i.e. not compatible with javascript) id (the id contains a colon
':' character that cannot be interpreted by javascript. (See post on
21/07/2003 subject 'Error Expected ';' in .NET Framework').

The offending code looks like this:

function __doPostBack(eventTarget, eventArgument) {
var theform;
if (window.navigator.appName.toLowerCase().indexOf("n etscape") > -1) {
theform = document.forms["_ctl1:Form1"];
}
else {
theform = document._ctl1:Form1;
----------------------------^ this colon causes javascript error

}
theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
theform.__EVENTARGUMENT.value = eventArgument;
theform.submit();
}

The reply to this post suggests going to a forum thread on www.asp.net.
However, I would like to know what the Microsoft position on this is? Is
there a place within a Microsoft site where we can find an 'official' fix?

I need the fix very urgently!!

Thanking you, in anticipation.

Chris Lewis
Nov 17 '05 #1
0 1545

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

Similar topics

3
13653
by: Christopher R. Barry | last post by:
I need to search and replace multiple words in one pass of an input stream or string. For example, given the input: "The quick brown fox jumped over the lazy dog's back" and given the...
2
254
by: B Maxey | last post by:
I have been working with encryption. And it seems to me that the IV and Key are the only things you need to decrypt my data. I can obfuscate, but my program still needs to 'call' the framework...
3
1180
by: Ma Xiaoming | last post by:
Dear ladies and gentlemen, As you know, by building a Smart Device Application in Microsoft Visual Studio .NET 2003, we could create a project for Pocket PC. My question is: How to search...
6
1195
by: David | last post by:
Everytime I press the search button in msdn, I feel the need for at least 90 days of anger management. For example, I type "IEnumerable" and the top three results.. ...
0
1344
by: | last post by:
Hi, I have a site created entirely in asp.net, are the search engines able to follow _DoPostBack() links within my page, if not what do I need to do in order to accomplish this? also what is...
1
1160
by: | last post by:
Hello, How do I search through the gridview? Would I do this at the sqldatasource level? I figured that I sould search with the datatable.select but how do I access the datatable of the...
1
2354
by: rvidal | last post by:
Hi. the javascript:_dopostback was removed from my machine after using an antivirus. As we know javascript:_dopostback comes as default for any LinkButton. My question is,how do I restore...
3
8582
by: sudhaMurugesan | last post by:
Hi, I need to call some serverside events or page load event by _doPostBack in javascript. How to use it to call page load event can anyone tell me please...
0
858
by: wundertier | last post by:
Hi, I'm searching for a software tool/framework/VisualStudio addin which I came across some time ago. Unfortunately I don't remember its name or an URL or anything ... It does the following:...
0
6964
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
7123
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
7173
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
5427
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,...
1
4863
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
4559
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
3066
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
3070
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
259
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.