473,468 Members | 1,869 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

to the Master's

Hi,

Regarding ASP.NET 2.0 and especially the Wizard Component
How can I validate a Step (using Javascript - no Callbacks or Pagebacks)?

I can't find anything relative to this, only a Microsoft page saying that
the Wizard performs the ValidatePage() javascript but even if I enter it in
my page I can't get it right!
page >
http://msdn.microsoft.com/library/de...zard_pages.asp

Any ideias?

I need to prevent the user to continue but using my own javascript
functions and not the Validators that the framework gives me, and I need to
save time so, I can't aford a callback or postback, so I can't use the
Custom Validator eigther.

Thank you for all your help!

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)


Jun 13 '06 #1
1 1018
In article <#I**************@TK2MSFTNGP03.phx.gbl>, Bruno Alexandre
<br*********@gmail.com> writes
Hi,

Regarding ASP.NET 2.0 and especially the Wizard Component
How can I validate a Step (using Javascript - no Callbacks or Pagebacks)?
ASP.NET uses Javascript validation. What's wrong with that?
I can't find anything relative to this, only a Microsoft page saying that
the Wizard performs the ValidatePage() javascript but even if I enter it in
my page I can't get it right!
page >
http://msdn.microsoft.com/library/de.../en-us/sakSDK/
sak_understanding_wizard_pages.asp

Any ideias?
Well, without seeing any code, it's hard to say, but I am currently
building a large multi-step form, for which I am using a wizard control,
and the validation works just fine. You can't move from one step to the
next unless the current step data validates. That sounds like what you
want.
I need to prevent the user to continue but using my own javascript
functions and not the Validators that the framework gives me,
Why reinvent the wheel? The validators work just fine.
and I need to
save time so, I can't aford a callback or postback, so I can't use the
Custom Validator eigther.


Like all other validators, the custom validator allows you to write a
client-side validation function, so you can validate without a postback.

HTH

--
Alan Silver
(anything added below this line is nothing to do with me)
Jun 19 '06 #2

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

Similar topics

5
by: Michael Herman \(Parallelspace\) | last post by:
1. What are some compelling solutions for using Master/Content pages with Web Pages? 2. If a content area has a web part zone with web parts, what is the user experience like when "editting" the...
4
by: Steve Franks | last post by:
I have this cool nested master page scenario working great. However what is the correct way to be able to access a strongly typed property at the top level master from a content page that has a...
2
by: Jon Spivey | last post by:
Hi, Using VS 2005/VB.net. I need to add a meta description tag and change a stylesheet link from a page based on a master page. Found this article...
3
by: ivanpais | last post by:
Hi, I have a Web User Control, Lets say "Foo.ascx", that contains a button "btnFoo". I have a Master Page "Bar.master", that has a label "lblBar". This label is exposed by a public property...
17
by: Rob R. Ainscough | last post by:
Again another simple concept that appears NOT to be intuitive or I'm just stupid. I've read the WROX book and the example doesn't actually show how the .master page links in the other content...
2
by: SR | last post by:
I have started a web site using ASP.NET 2.0. I would like to centralize all of my classes in a StyleSheet but I cannot figure out how to link the StyleSheet to a Content Page since there is no...
7
by: Just Me | last post by:
Hi I have a master page with a control on it, but I need to set a property of that control from the content. my master page is called Admin.Master and the class is Admin. I have tried this
6
by: =?Utf-8?B?SmF5IFBvbmR5?= | last post by:
I am trying to access a Public property on a Master Page from a Base Page. On the content pages I have the MasterType Directive set up as follows: <%@ MasterType virtualpath="~/Master.master" %>...
5
by: =?Utf-8?B?bXVzb3NkZXY=?= | last post by:
Hi guys I'm trying to make my code as streamlined as possible, and add CSS file references dynamically when they are required, for example, if a page contains a webcontrol, then the related CSS...
4
by: harijay | last post by:
Hi I am new to writing module and object oriented python code. I am trying to understand namespaces and classes in python. I have the following test case given in three files runner , master and...
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
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
0
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...
0
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,...
0
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...
0
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...
0
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 ...

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.