473,516 Members | 2,865 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Page_Validators is undefined

Hi

You should make sure that validator is getting added =
*inside* the server <form> in your page.
Ravikanth[MVP]

-----Original Message-----
hi

Inside the footer of a datagrid (used to insert into DB) I have a textboxand just beside it I have a RequiredFieldValidator. I use the datagrid toinsert a new record and edit record in the database. When I do an update,the foll. error appears:
Microsoft Jscript runtime error: Page_Validators is undefined
on the page layout I have:
{if (typeof(Page_ClientValidate) != 'function' || Page_ClientValidate())__doPostBack('DataGrid1$_ctl4$_ctl0','')}

'DataGrid1$_ctl4$_ctl0' is the textbox I was referring to.Can someone help me - I can't really find out ..
.

Nov 17 '05 #1
3 7033
thanks Ravi bhai
but I did not understand your point - do u mean check for runat = "server" ?

"Ravikanth[MVP]" <dv*********@hotmail.com> wrote in message
news:0b****************************@phx.gbl...
Hi

You should make sure that validator is getting added =
*inside* the server <form> in your page.
Ravikanth[MVP]

-----Original Message-----
hi

Inside the footer of a datagrid (used to insert into DB)

I have a textbox
and just beside it I have a RequiredFieldValidator. I

use the datagrid to
insert a new record and edit record in the database.

When I do an update,
the foll. error appears:
Microsoft Jscript runtime error: Page_Validators is

undefined

on the page layout I have:
{if (typeof(Page_ClientValidate) != 'function' ||

Page_ClientValidate())
__doPostBack('DataGrid1$_ctl4$_ctl0','')}

'DataGrid1$_ctl4$_ctl0' is the textbox I was referring

to.
Can someone help me - I can't really find out ..
.

Nov 17 '05 #2
thanks Ravi bhai
but I did not understand your point - do u mean check for runat = "server" ?

"Ravikanth[MVP]" <dv*********@hotmail.com> wrote in message
news:0b****************************@phx.gbl...
Hi

You should make sure that validator is getting added =
*inside* the server <form> in your page.
Ravikanth[MVP]

-----Original Message-----
hi

Inside the footer of a datagrid (used to insert into DB)

I have a textbox
and just beside it I have a RequiredFieldValidator. I

use the datagrid to
insert a new record and edit record in the database.

When I do an update,
the foll. error appears:
Microsoft Jscript runtime error: Page_Validators is

undefined

on the page layout I have:
{if (typeof(Page_ClientValidate) != 'function' ||

Page_ClientValidate())
__doPostBack('DataGrid1$_ctl4$_ctl0','')}

'DataGrid1$_ctl4$_ctl0' is the textbox I was referring

to.
Can someone help me - I can't really find out ..
.

Nov 17 '05 #3
thanks Ravi Bhai
But I didn't understand your point - do u mean to check for runat="server" ?
"Ravikanth[MVP]" <dv*********@hotmail.com> wrote in message
news:0b****************************@phx.gbl...
Hi

You should make sure that validator is getting added =
*inside* the server <form> in your page.
Ravikanth[MVP]

-----Original Message-----
hi

Inside the footer of a datagrid (used to insert into DB)

I have a textbox
and just beside it I have a RequiredFieldValidator. I

use the datagrid to
insert a new record and edit record in the database.

When I do an update,
the foll. error appears:
Microsoft Jscript runtime error: Page_Validators is

undefined

on the page layout I have:
{if (typeof(Page_ClientValidate) != 'function' ||

Page_ClientValidate())
__doPostBack('DataGrid1$_ctl4$_ctl0','')}

'DataGrid1$_ctl4$_ctl0' is the textbox I was referring

to.
Can someone help me - I can't really find out ..
.

Nov 17 '05 #4

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

Similar topics

2
13107
by: RU | last post by:
Hi, I am working on a porting project to port C/C++ application from unixware C++, AT&T Standard components to g++ with STL on Linux. This application has been working properly on Unixware/C++/AT&T componets environment. I have been able to compile all modules after making necessary changes in LINUX/gcc/STL environment. We have two...
1
11220
by: Stu | last post by:
I am trying to build the xerces shared library with 2.3.0 version of their source code on an AIX 5.1 32 bit machine with the following version of the g++ compiler /usr/local/bin/g++ -v Reading specs from /usr/local/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3.1/specs Configured with: ../gcc-3.3.1/configure --disable-nls Thread model: aix gcc...
1
9585
by: Foolster41 | last post by:
I'm rather new to C++ programing. I'm using the dev-C++ program on a windows XP OS. I'm trying to compile the code for a multi user dungeon (MUD) called circle-mud. When I compile I get the following errors: ---- Compiler: Default compiler Building Makefile: "C:\EvoMud\circle-3.1\src\Makefile.win" Executing make...
0
401
by: Ravikanth[MVP] | last post by:
Hi You should make sure that validator is getting added = *inside* the server <form> in your page. Ravikanth >-----Original Message-----
0
1871
by: mag48 | last post by:
Inside the footer of a datagrid (used to insert into DB) I have a textbox and just beside it I have a required Field Validator. I use the footer of the grid to add a record to the DataBase. When the add button is clicked . . . or any button on the page the message :Microsoft Jscript runtime error: "Page_Validator" is undefined. The error...
1
1493
by: Dan Hurwitz | last post by:
I am working on a large ASP.NET project. We have a user control called ucSearch, which is called from two other pages. ucSearch contains some validation controls. Up until this afternoon, it worked perfectly with no problems. For no discernable reason, it stopped working on my machine, giving the dreaded "Page_Validators not defined"...
49
14433
by: matty | last post by:
Hi, I recently got very confused (well that's my life) about the "undefined" value. I looked in the FAQ and didn't see anything about it. On http://www.webreference.com/programming/javascript/gr/column9/ they say: <snip> The undefined property A relatively recent addition to JavaScript is the undefined property.
45
4764
by: VK | last post by:
(see the post by ASM in the original thread; can be seen at <http://groups.google.com/group/comp.lang.javascript/browse_frm/thread/3716384d8bfa1b0b> as an option) As that is not in relevance to "new Array() vs " question or to the array performance, I dared to move it to a new thread. Gecko takes undefined value strictly as per Book 4,...
2
5044
by: Charleees | last post by:
Hi all.. I have a Page ... there are butttons namely button1.. button2.... as it... each redirect to different page... when i click button1 , and while the redirected page starts loading......i click buutton2..
0
7276
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...
0
7182
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
7548
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
5714
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...
1
5110
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4773
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
3267
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...
0
3259
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1624
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

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.