Page client validations are not working...

M

Murat YILMAZ

Hi all,
I have develop a web page and there are 4 textbox on it. I have put 4
validation for these.

Issue is that If I have request this page and submit form validations are
not working. But I have put other computer then try again. It is working...

I have look source from "view source" selection. And I see what On the my
computer was not load some thing to button on click. But other computer was
load.

I think it should load to button click that "onclick="if
(typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); "

On the my computer : <input type="image" name="UserProfile1:btnGo"
id="UserProfile1_btnGo" src="../Images/btnOnay.gif" border="0"
style="height:24px;" />


On the other computer : <input type="image" name="UserProfile1:btnGo"
onclick="if (typeof(Page_ClientValidate) == 'function')
Page_ClientValidate(); " language="javascript" id="UserProfile1_btnGo"
src="../Images/btnOnay.gif" alt="" border="0" style="height:24px;" />


What can I do to fix it? Can somebody help me?

Thank you


Murat YILMAZ
(e-mail address removed)
(e-mail address removed)
 
S

Scott Allen

Hi Murat:

Are both applications hitting the same server?

A couple things to check:

Make sure client side scripting is enabled for the browser.

Make sure the client side scripts are properly installed on the server
(aspnet_regiis -c will make sure).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top