473,386 Members | 1,745 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,386 software developers and data experts.

validation without a page refresh?

ABC
Can someone point me in the right direction on how to create a web form
where I can perform validation without having to refresh the entire page?

For example, I think google uses it, where you can check for the
availability of an email address and the result is contained in that little
area.

How is that accomplished in asp.net?

Any push in the right direction is appreciated.

thanks
Aug 31 '06 #1
2 1491
"ABC" <ab*@safd.abcwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Can someone point me in the right direction on how to create a web form
where I can perform validation without having to refresh the entire page?

For example, I think google uses it, where you can check for the
availability of an email address and the result is contained in that
little area.

How is that accomplished in asp.net?
If the validation can be completely accomplished client-side, you can do it
all in JavaScript.

Otherwise, you basically have two choices:

1) do a postback and validate the data server-side

2) use AJAX
Aug 31 '06 #2
ABC
thx!

"Mark Rae" <ma**@markNOSPAMrae.comwrote in message
news:uZ**************@TK2MSFTNGP03.phx.gbl...
"ABC" <ab*@safd.abcwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Can someone point me in the right direction on how to create a web form
where I can perform validation without having to refresh the entire
page?

For example, I think google uses it, where you can check for the
availability of an email address and the result is contained in that
little area.

How is that accomplished in asp.net?

If the validation can be completely accomplished client-side, you can do
it
all in JavaScript.

Otherwise, you basically have two choices:

1) do a postback and validate the data server-side

2) use AJAX


Sep 1 '06 #3

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

Similar topics

11
by: peebrain | last post by:
I understand how to validate form data when a form is submitted to 'self' (ie. action="$_SERVER_"). In this case you simply validate before processing. However, what if submitting the form to...
1
by: Alvin Bruney | last post by:
I've found a bug with the validation controls. If the internet connection is slow causing the page to load slowly this causes a problem. If the page is not fully drawn and the data isn't yet in the...
3
by: Earl Teigrob | last post by:
Can a Modal Dialog Box do forms ASP.NET forms validation from within the Modal Box? I want to pop up a dialog box to the user and have it do its own post backs with validation checking and then...
1
by: IkBenHet | last post by:
Hello, Currently I am using a large input form on a website that is based on ASP and JavaScript. Depending on the values that are filled in by the user the forms does a refresh and makes...
9
by: Bill Long | last post by:
I have a control that simply displays a list of links. Following one of the links doesn't post back or redirect to another page, it simply hides the current panel and shows the one you selected......
7
by: h7qvnk7q001 | last post by:
I'm trying to implement a simple server-side form validation (No Javascript). If the user submits a form with errors, I want to redisplay the same form with the errors highlighted. Once the form...
2
by: Gobind | last post by:
Hello I have been working on this for quite some time now, and have no clue why my app behaves the way it does. Here is the code snippet that controls this behaviour....
6
by: bnashenas1984 | last post by:
Here you can see the script I found in google to refresh a page without hearing any click sound which is usual to hear when a link is clicked or a page is refreshed. <script...
1
by: MayoM | last post by:
My form has some simple validation in the Before Update event. If the validation fails the code ends with DoCmd.CancelEvent The form also has an Update command button. This simply runs ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.