Address Field Validation
-
Hi all, i need basic idea about this Address validation process. i am newbie to .Net technology, started working on a smaple project in .Net. it's about dish networking services project. Once a new customer comes in, his address (including zip code) details are taken and validated for correctness. here Zip code is not sufficient to validate the correctness, In the same Zip code also, according to the place, and building direction we can't provide Dish Networking services. so, it is necessary to take the address details and validate the address with the data which is stored in the database. so my doubt is how can i validate the address with database address details (backend data)?? because customers will enter the address in many ways.... please can anyone suggest me how to achieve this validation?? thanks, Rahi
If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
Hi all, i need basic idea about this Address validation process. i am newbie to .Net technology, started working on a smaple project in .Net. it's about dish networking services project. Once a new customer comes in, his address (including zip code) details are taken and validated for correctness. here Zip code is not sufficient to validate the correctness, In the same Zip code also, according to the place, and building direction we can't provide Dish Networking services. so, it is necessary to take the address details and validate the address with the data which is stored in the database. so my doubt is how can i validate the address with database address details (backend data)?? because customers will enter the address in many ways.... please can anyone suggest me how to achieve this validation?? thanks, Rahi
If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
u can ask the user to enter the fields in the specified format u want and u can restrict them entering invalid data using javascript.
sreeram
Hi Sreeram, Thanks for the suggestion. but how can we restrict the user from entering invalid data.....i mean here we should not say invalid data.....but proper formatted data. if any user enters Ln instead of Lane (or) Rd instead of Road... in our database the data is stored in a formatted way....do u think that without using 3 rd party address validation software like UPPS formatters etc., it is possible to achieve my problem using javascript?? Thanks, Rahithi Sharma
If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "