Click here to Skip to main content
15,897,187 members
Articles / Web Development / ASP.NET

Enhancing How Applications Capture Customer Address

Rate me:
Please Sign up or sign in to vote.
4.85/5 (14 votes)
16 Jan 2010CPOL8 min read 39.8K   373   40  
Techniques to enhance how customer address is captured by operators in any application
(function(a){a.jgrid={defaults:{recordtext:"Visar {0} - {1} av {2}",emptyrecords:"Det finns inga poster att visa",loadtext:"Laddar...",pgtext:"Sida {0} av {1}"},search:{caption:"S�k Poster - Ange s�kvillkor",Find:"S�k",Reset:"Nollst�ll Villkor",odata:["lika","ej lika","mindre","mindre eller lika","st�rre","st�rre eller lika","b�rjar med","b�rjar inte med","tillh�r","tillh�r inte","slutar med","slutar inte med","inneh�ller","inneh�ller inte"],groupOps:[{op:"AND",text:"alla"},{op:"OR",text:"eller"}],matchText:" tr�ff",rulesText:" regler"},edit:{addCaption:"Ny Post",editCaption:"Redigera Post",bSubmit:"Spara",bCancel:"Avbryt",bClose:"St�ng",saveData:"Data har �ndrats! Spara f�r�ndringar?",bYes:"Ja",bNo:"Nej",bExit:"Avbryt",msg:{required:"F�ltet �r obligatoriskt",number:"V�lj korrekt nummer",minValue:"v�rdet m�ste vara st�rre �n eller lika med",maxValue:"v�rdet m�ste vara mindre �n eller lika med",email:"�r inte korrekt e-post adress",integer:"Var god ange korrekt heltal",date:"Var god ange korrekt datum",url:"�r inte en korrekt URL. Prefix m�ste anges ('http://' or 'https://')",nodefined:" �r inte definierad!",novalue:" returv�rde m�ste anges!",customarray:"Custom funktion m�ste returnera en vektor!",customfcheck:"Custom funktion m�ste finnas om Custom kontroll sker!"}},view:{caption:"Visa Post",bClose:"St�ng"},del:{caption:"Radera",msg:"Radera markerad(e) post(er)?",bSubmit:"Radera",bCancel:"Avbryt"},nav:{edittext:"",edittitle:"Redigera markerad rad",addtext:"",addtitle:"Skapa ny post",deltext:"",deltitle:"Radera markerad rad",searchtext:"",searchtitle:"S�k poster",refreshtext:"",refreshtitle:"Uppdatera data",alertcap:"Varning",alerttext:"Ingen rad �r markerad",viewtext:"",viewtitle:"Visa markerad rad"},col:{caption:"V�lj Kolumner",bSubmit:"OK",bCancel:"Avbryt"},errors:{errcap:"Fel",nourl:"URL saknas",norecords:"Det finns inga poster att bearbeta",model:"Antal colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"Kr",defaultValue:"0,00"},date:{dayNames:["S�n","M�n","Tis","Ons","Tor","Fre","L�r","S�ndag","M�ndag","Tisdag","Onsdag","Torsdag","Fredag","L�rdag"],monthNames:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec","Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],AmPm:["fm","em","FM","EM"],S:function(b){return b<11||b>13?["st","nd","rd","th"][Math.min((b-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"Y-m-d",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Financial Sector
United States United States
Over 10 years of experience in Content Management, Workflow and Business Process optimization in the financial industry using C/C++, COM/DCOM, .NET and Java technologies. Experience working with teams spread across multiple locations and time zones.

Comments and Discussions