473,326 Members | 2,110 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,326 software developers and data experts.

Page client validations are not working...

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
my*****@astoundry.com
my*****@troysis.com
Nov 18 '05 #1
1 1543

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).

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Thu, 28 Oct 2004 19:04:03 +0300, "Murat YILMAZ"
<my*****@astoundry.com> wrote:
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
my*****@astoundry.com
my*****@troysis.com


Nov 18 '05 #2

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

Similar topics

0
by: babash | last post by:
I designed a site with asp.net all pages are working properly on my local computer but when I upload the sit on the server on those pages that I have field validation, Buttons doesn’t work. When...
0
by: Niks | last post by:
Hi, I am creating a simple .aspx page to add some fields with validation. I have used different .NET validations like REquiredFieldValidator, RegularExpressionValidator and showed the summary...
3
by: Arun K | last post by:
Hi, I am creating a simple .aspx page to add some fields with validation. I have used different .NET validations like REquiredFieldValidator, RegularExpressionValidator and showed the summary...
1
by: RKay | last post by:
I am using the ValidationSummary control to report form errors as a popup using ShowMessageBox="True". Everything is fine on my local Win2k/IIS5 box but when I publish my code to a virtual host...
2
by: anil kumar via .NET 247 | last post by:
(Type your message here) hi, i am using save & cancel webform button my webpage to with somevalidations , when i am trying to save my content it is savedthat time i need a popup msg like ur 'data...
1
by: panche | last post by:
I'm developing a fairly simple user control that has two textboxes for date/time entry (a from date/time and a to date/time). One of my requirements is that there should be no button that sets...
1
by: Anup | last post by:
In my form I and doing validations using 'Javascript' as I m using ASP1.1 and there is very less support for Validators there. //Code Behind private void Page_Load(object sender,...
0
by: tshad | last post by:
When you use Validators, it increases the size of the page and adds the following code to your page: <script language="javascript" type="text/javascript"> <!-- var Page_ValidationActive =...
41
by: Twayne | last post by:
Hi, How would I go about "forcing" a user from one page to another? I have a very simple random question/answer entrance requirement for an e-mail form. After 3 page views most people are...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.