473,569 Members | 2,768 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

__dopostback javascript problem

Hi,

I have a problem with the __dopostback script when I run my webbapplication
on certain servers. The code is not recompiled and the aspx filer are
untouched...
This is what happens, on a server where it works the formname used in the
__doPostBack javascript function is __aspnetForm and in the case of the
server where it does not work it is _ctl0:theForm

The name of the form when I look at the source is the same - yet it is
rendered differently. I've compared all settings that I could find and they
are the same.
Any ideas or suggestions on what to try is welcome - of course I would
appriciate the solution as well.

// Fredrik
Nov 18 '05 #1
3 2114
This is a bug in Framework 1.1. It is fixed in the following KB article:
http://support.microsoft.com/default.aspx?kbid=818803.

--
John Saunders
John.Saunders at SurfControl.com
"Fredrik Elestedt" <i.****@want.sp am> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Hi,

I have a problem with the __dopostback script when I run my webbapplication on certain servers. The code is not recompiled and the aspx filer are
untouched...
This is what happens, on a server where it works the formname used in the
__doPostBack javascript function is __aspnetForm and in the case of the
server where it does not work it is _ctl0:theForm

The name of the form when I look at the source is the same - yet it is
rendered differently. I've compared all settings that I could find and they are the same.
Any ideas or suggestions on what to try is welcome - of course I would
appriciate the solution as well.

// Fredrik

Nov 18 '05 #2
Good to know. Now all I have to do is figure out how to get some support
from microsoft... since the patch doesn't appear to be available on the net.
Any ideas? I've tried the link to Product Support Services but I can't
figure out which alternative to use...

// Fredrik

"John Saunders" <john.saunder s at SurfControl.com > wrote in message
news:Ox******** ******@TK2MSFTN GP10.phx.gbl...
This is a bug in Framework 1.1. It is fixed in the following KB article:
http://support.microsoft.com/default.aspx?kbid=818803.

--
John Saunders
John.Saunders at SurfControl.com
"Fredrik Elestedt" <i.****@want.sp am> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Hi,

I have a problem with the __dopostback script when I run my

webbapplication
on certain servers. The code is not recompiled and the aspx filer are
untouched...
This is what happens, on a server where it works the formname used in the __doPostBack javascript function is __aspnetForm and in the case of the
server where it does not work it is _ctl0:theForm

The name of the form when I look at the source is the same - yet it is
rendered differently. I've compared all settings that I could find and

they
are the same.
Any ideas or suggestions on what to try is welcome - of course I would
appriciate the solution as well.

// Fredrik


Nov 18 '05 #3
You should call them and reference the KB article. It will be free.

--
John Saunders
John.Saunders at SurfControl.com
"Fredrik Elestedt" <el******@dtek. chalmers.se> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
Good to know. Now all I have to do is figure out how to get some support
from microsoft... since the patch doesn't appear to be available on the net. Any ideas? I've tried the link to Product Support Services but I can't
figure out which alternative to use...

// Fredrik

"John Saunders" <john.saunder s at SurfControl.com > wrote in message
news:Ox******** ******@TK2MSFTN GP10.phx.gbl...
This is a bug in Framework 1.1. It is fixed in the following KB article:
http://support.microsoft.com/default.aspx?kbid=818803.

--
John Saunders
John.Saunders at SurfControl.com
"Fredrik Elestedt" <i.****@want.sp am> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Hi,

I have a problem with the __dopostback script when I run my

webbapplication
on certain servers. The code is not recompiled and the aspx filer are
untouched...
This is what happens, on a server where it works the formname used in

the __doPostBack javascript function is __aspnetForm and in the case of the server where it does not work it is _ctl0:theForm

The name of the form when I look at the source is the same - yet it is
rendered differently. I've compared all settings that I could find and

they
are the same.
Any ideas or suggestions on what to try is welcome - of course I would
appriciate the solution as well.

// Fredrik



Nov 18 '05 #4

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

Similar topics

0
1525
by: Frankieboy | last post by:
Where is __doPostBack-function defined? I've got an application which generates a different __doPostBack-function when the code is being run on the server compared to the one on my laptop. The version on server generates a script-error in the __doPostBack, while it runs without any problem on my developer-machine. The server is a Windows...
1
6800
by: paul reed | last post by:
Hello, I am having some weird behavior between two machines...one which is running the 1.1 framework and one which is running 1.0. After opening a child form from a parent...I update the database then call the __doPostBack function of the window.opener. This has been working like a charm for the last several months. Our ISP where we run...
2
13013
by: Mike Dunn | last post by:
I would like to change the name of the _doPostBack function emmitted by the ASP.NET framework to prefix it with an ordinal number i.e. the page should show <script language="javascript"> <!-- function _369__doPostBack(eventTarget, eventArgument) { var theform = document.frmRetailTenantGadget; theform.__EVENTTARGET.value = eventTarget;
3
5903
by: Nikhil Patel | last post by:
Hi all, I have developed a web page with a sortable DataGrid with Select button column in ASP.Net. It works fine in inernet explorer. The purpose of the web page is to display it in a third party application. When I try to open my page in that application, it loads fine. But when I click on any of the link buttons to sort or select rows, it...
1
2480
by: Adrian | last post by:
I appear to be losing ViewState information when calling the __doPostBack function. I am attempting to use the showModalDialog to load a new web page which confirms that a user wishes to save a query. The showModalDailog returns a value to the original page which is used as a parameter in __doPostback, in turn trapped by the Page_Load...
3
2978
by: Marcelo | last post by:
Hello, I am trying to create a postback event, and it is working, just not calling the sub. I have a datagrid which has <asp:DataGrid id="Mensajes" ... <Columns> <asp:HyperLinkColumn ....
0
1905
by: Steve Richter | last post by:
ok, I admit I dont know what I am doing ... When a user clicks on a <tr> in a <table> I want the page to be posted back to the server with info as to what row was clicked. <tr style="background-color:ffecd8" onmouseover="this.style.backgroundColor='#ffdcff';" onmouseout="this.style.backgroundColor='#ffecd8';"...
1
3074
by: Philip | last post by:
I am attempting to use the ASP.NET generated __doPostBack JavaScript function in my custom JavaScript and I can use it successfully but only after the web page is loaded and idle. I prefer to invoke __doPostBack immediately after web page load. I have been attempting to use the HTML Body OnLoad event to trigger invoking __doPostBack...
0
2236
by: codeshelp | last post by:
I have a gridview that has a ButtonField(Insert) that calls a detailsview which allows you to insert data to the gridview. The postback for this buttonField is: "javascript:__doPostBack('ctl00$POPAContentPlaceHolder$grdRemarks','Insert$0')", which takes me to the details view and were I click on a 'New' link with it's postback: ...
0
7612
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...
0
8119
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7668
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...
0
7964
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6281
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...
0
5218
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...
0
3637
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2111
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
1
1209
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.