473,805 Members | 2,030 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ImageButton does not work on Win2003.

I have an application i wrote on Win2k and everything is working.
When i moved it to the Host one button stopped working.

I am lost. I do not know what can be wrong.
Here is the url
http://robertkree.com/ShippingAddress.aspx

The button "Continue Checkout" does not work.
It does not do anything.
On development environment it shows and error ( you must provide FirstName,
.... ) and marks the fields with red asterisk.

But in production (on Win2003) it does not do anything like it's not wired
to any code.

Can someone give me a suggestion as what can it be.
The Immagebutton works on other pages
(http://robertkree.com/Product.aspx?Product=30) but there is no validators
there.

Thanks.
George.

Nov 18 '05 #1
3 1083
I found the problem

I had a custom validator where EnableClientScr ipt was set to True but
ClientValidatio nFunction was not provided. (the default when you drug and
drop customvalidator ).

I do have server validation function though.

So the button was looking for the client side validation function and not
finding it just silently did nothing.
On win2k the behavior is a little different and not finding the function it
just proceeds with submitting form to the server.
Thanks.
George.

"George Ter-Saakov" <no****@hotmail .com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
I have an application i wrote on Win2k and everything is working.
When i moved it to the Host one button stopped working.

I am lost. I do not know what can be wrong.
Here is the url
http://robertkree.com/ShippingAddress.aspx

The button "Continue Checkout" does not work.
It does not do anything.
On development environment it shows and error ( you must provide FirstName, ... ) and marks the fields with red asterisk.

But in production (on Win2003) it does not do anything like it's not wired
to any code.

Can someone give me a suggestion as what can it be.
The Immagebutton works on other pages
(http://robertkree.com/Product.aspx?Product=30) but there is no validators
there.

Thanks.
George.

Nov 18 '05 #2
1
It seems to work fine to me using IE6 on XP and this link:

http://robertkree.com/ShippingAddress.aspx

If I enter no details and hit "Continue Checkout" I get form validation
warnings...

Cheers
"George Ter-Saakov" <no****@hotmail .com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
I have an application i wrote on Win2k and everything is working.
When i moved it to the Host one button stopped working.

I am lost. I do not know what can be wrong.
Here is the url
http://robertkree.com/ShippingAddress.aspx

The button "Continue Checkout" does not work.
It does not do anything.
On development environment it shows and error ( you must provide FirstName, ... ) and marks the fields with red asterisk.

But in production (on Win2003) it does not do anything like it's not wired
to any code.

Can someone give me a suggestion as what can it be.
The Immagebutton works on other pages
(http://robertkree.com/Product.aspx?Product=30) but there is no validators
there.

Thanks.
George.

Nov 18 '05 #3
Yes. I am sorry i fixed it myself.

George.

"1" <1@2.3> wrote in message news:Oe******** ******@TK2MSFTN GP12.phx.gbl...
It seems to work fine to me using IE6 on XP and this link:

http://robertkree.com/ShippingAddress.aspx

If I enter no details and hit "Continue Checkout" I get form validation
warnings...

Cheers
"George Ter-Saakov" <no****@hotmail .com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
I have an application i wrote on Win2k and everything is working.
When i moved it to the Host one button stopped working.

I am lost. I do not know what can be wrong.
Here is the url
http://robertkree.com/ShippingAddress.aspx

The button "Continue Checkout" does not work.
It does not do anything.
On development environment it shows and error ( you must provide

FirstName,
... ) and marks the fields with red asterisk.

But in production (on Win2003) it does not do anything like it's not wired to any code.

Can someone give me a suggestion as what can it be.
The Immagebutton works on other pages
(http://robertkree.com/Product.aspx?Product=30) but there is no validators there.

Thanks.
George.


Nov 18 '05 #4

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

Similar topics

2
3644
by: Chuck Hartman | last post by:
I've been trying to add an ImageButton object to a Calendar table cell, but so far I am unable to handle the Command event from that button in my form's code behind. Below is an example of what I am trying to do. The ImageButton that is on the form handles its Command event just fine, but the ImageButton that is added to the cell does not handle the event. Am I doing something wrong, or is not possible to add server controls to a calendar...
1
3354
by: Henke | last post by:
Hello, I have one ImageButton controls which I initialize in Page_Load and declare on class level. ImageButton save = new ImageButton(); save.ImageUrl = "save.gif" save.Click += new ImageClickEventHandler(this.save_click); This ImageButton is added to a dynamic table which is also
3
2817
by: Benjamin Gavin | last post by:
Hi all, I recently stumbled upon a bug in the ASP.NET framework handling of ImageButton based postbacks. The issues derives from the fact that IE and Mozilla handle the case of a missing image file differently. In both cases, the setup for the problem is: 1. Create a form with an ImageButton whose ImageURL is invalid, specify an AlternateText value 2. Submit the form through that ImageButton
3
6300
by: tshad | last post by:
I was trying to change my asp:button to asp:ImageButton, but got a message saying that ImageButton does not have an onClick function. How do I get the ImageButton call a function? Thanks, Tom.
0
1516
by: Oddball | last post by:
I have set up a page with uses two lots of image buttons, one for a collection and one for more images from that collection. I generate all the image buttons on page init (I know, but I implemented that as part of trying to solve this already existant problem). The CollectionItemButton_Click event will fire, but the MoreImagesButton_Click will not. I just don't get it. Someone, somewhere told me that I have to reassociate event on...
3
3916
by: jens.buchta | last post by:
Hi! I'm using a DataGrid with a template column to display an Image inside of it. I'm hooking into its OnPrerender-Event to set the ImageURL-Property dynamically. Everything works just fine here, until I thought "It would be cool, if the user could click on that image..". So I replaced the Image-Control with an ImageButton. My Problem is, that the ImageButton doesn't fire any events. Any other
3
1882
by: Varangian | last post by:
Hello how come foreach(ImageButton imgbtn in Page.Controls) doesn't work ? whats wrong in that statement? what should I do? I need to go through each ImageButton in the Page, without going through all the other controls. thanks
2
2894
by: DC | last post by:
Hi, why does this not work: <asp:ImageButton id="myButt" runat="server" OnCommand="myButt_kick" ImageUrl="<% =GetMyButtUrl() %>" </asp:ImageButton>
2
4675
by: Nathan Sokalski | last post by:
I have an ImageButton inside a Repeater control. However, the ImageButton does not trigger the Repeater's ItemCommand event. For the moment, I am nesting an Image control inside a LinkButton, which works, but requires more work and 2 controls. I believe the reason for this is that the ImageButton renders an <input type="image"/while the LinkButton renders an <a></a> tag. Any ideas? -- Nathan Sokalski njsokalski@hotmail.com...
0
9716
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
9596
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10360
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10366
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
10105
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5542
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
5677
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3845
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3007
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.