473,386 Members | 1,708 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

ASP.NET ImageButtons not firing

I have a page with a imagebuttons on it - works fine on my dev machien IIS5
I ahve deployed to test server IIS6 and button does not fire at all in IE.
It has rendered a html input tag. I open same page in Firefox and it does
work.
So is this a problem with IE or the IIS6 server/asp.net configuration?
Although the same browser can browse to live site and the imagebutton works,
so it must be this one IIS6 box. Which was working.
What can stop this button from firing ?
Nov 19 '05 #1
3 2317
TJS
it's likely a browser issue

post some code so folks can see where the problem might be located
"martin" <ma****@discussions.microsoft.com> wrote in message
news:5D**********************************@microsof t.com...
I have a page with a imagebuttons on it - works fine on my dev machien IIS5
I ahve deployed to test server IIS6 and button does not fire at all in
IE.
It has rendered a html input tag. I open same page in Firefox and it
does
work.
So is this a problem with IE or the IIS6 server/asp.net configuration?
Although the same browser can browse to live site and the imagebutton
works,
so it must be this one IIS6 box. Which was working.
What can stop this button from firing ?

Nov 19 '05 #2
Hi Martin,

It sounds like this bug:

BUG: The Submit button on ASP.NET pages does not work after you install the
..NET Framework 1.1 Service Pack 1

http://support.microsoft.com/default...b;en-us;889877

Try:

"To resolve this problem, install the client-side scripts to the
Aspnet_client subfolder of each Microsoft Internet Information Services
(IIS) site folder. To do this, click Start, click Run, type the following
command in the Open box, and then click OK:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322.aspne t_regiis.exe -c
If you use source control, the "aspnet_regiis.exe -c" command might not work
because script files are considered read
only. If the command does not work, remove the Aspnet_client folder from
source control."
"martin" <ma****@discussions.microsoft.com> wrote in message
news:5D**********************************@microsof t.com...
I have a page with a imagebuttons on it - works fine on my dev machien IIS5
I ahve deployed to test server IIS6 and button does not fire at all in
IE.
It has rendered a html input tag. I open same page in Firefox and it
does
work.
So is this a problem with IE or the IIS6 server/asp.net configuration?
Although the same browser can browse to live site and the imagebutton
works,
so it must be this one IIS6 box. Which was working.
What can stop this button from firing ?

Nov 19 '05 #3
Thats it - great working now. thanks
"Ken Cox [Microsoft MVP]" wrote:
Hi Martin,

It sounds like this bug:

BUG: The Submit button on ASP.NET pages does not work after you install the
..NET Framework 1.1 Service Pack 1

http://support.microsoft.com/default...b;en-us;889877

Try:

"To resolve this problem, install the client-side scripts to the
Aspnet_client subfolder of each Microsoft Internet Information Services
(IIS) site folder. To do this, click Start, click Run, type the following
command in the Open box, and then click OK:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322.aspne t_regiis.exe -c
If you use source control, the "aspnet_regiis.exe -c" command might not work
because script files are considered read
only. If the command does not work, remove the Aspnet_client folder from
source control."
"martin" <ma****@discussions.microsoft.com> wrote in message
news:5D**********************************@microsof t.com...
I have a page with a imagebuttons on it - works fine on my dev machien IIS5
I ahve deployed to test server IIS6 and button does not fire at all in
IE.
It has rendered a html input tag. I open same page in Firefox and it
does
work.
So is this a problem with IE or the IIS6 server/asp.net configuration?
Although the same browser can browse to live site and the imagebutton
works,
so it must be this one IIS6 box. Which was working.
What can stop this button from firing ?


Nov 19 '05 #4

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

Similar topics

2
by: Martin | last post by:
Hi, I want to use Imagebuttons () to submit a form, as following: <form ....> <Input name="buttonEdit" type=Image onclick="ActionHandle("2")> <Input name="buttonnew" type=Image ...
3
by: David P. Donahue | last post by:
This is a 2-part question: 1) I have a web form with multiple ImageButtons on it. I'd like them all to do the same thing. Basically, in english-code, the function would be as follows: Set...
2
by: flyAway | last post by:
HI In my first asp.Net Homepage I have the following problem: There are some ImageButtons, witch ImageURL constantly changes. Now I would like to create an array, so that I can assign the...
2
by: charliewest | last post by:
I am dynamically creating my datagrid, building each column in real-time via code-behind (using c#). The only way i have read to add ImageButtons to my grid dynamically is by creating a separate...
5
by: Varangian | last post by:
ImageButton ship; ship = new ImageButton; for (int i=0; i<5; i++) { ship.ImageUrl = pathofImage; ship.ID = "ShipNo" + i.ToString(); ship.Click += new...
19
by: furiousmojo | last post by:
This is a strange problem. I have a project where the contents of global.asax application_error are not firing. It is an asp.net 2.0 application using web application projects. I have another...
1
by: graphicsxp | last post by:
Hi, I have a few ImageButton controls on my form. One of them is the save one, on which I want the form to be submited. Other imageButtons trigger a postback, but they should not cause form...
6
by: rcoco | last post by:
Hi everyone, I'm using smilies in a datagrid so that when a user selects one smiley it is installed into sqlserver how could i go about this? The smiley is an ImageButton. Thanks
0
by: Gileno | last post by:
Hi! I Have a gridView with a TemplateField, with this code: <asp:TemplateField> <ItemTemplate> <img alt="Editar" src="./imagens/icon_editar.gif" /> <%#...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.