Capturing International Personal Data (Name, Address, Phone, Etc) ASP.NET

Feb 25, 2010

I am looking for the best way to capture and validate US & international personal data. I have to use ASP.NET 2.0 (vb.net) and no 3rd party web services. This are all client restrictions.

The main point of this is I have to toss their data to FedEx for a shipping quote. I think FedEx has a address checker but that web service was not approved in the scope of the project and its too late to get it added.

My current solution is to just let the field be required and free form then before I save their profile check to see if FedEx will return a quote. If it fails then I will ask them to recheck their profile or contact the admin.

View 1 Replies


ADVERTISEMENT

RegEx - International/Domestic Phone Numbers?

Mar 25, 2009

(^(+[1-9][0-9]*(([0-9]*)/-[0-9]*-))?[0]?[1-9][0-9-]*)/(^([0-9]( /-)?)?((?[0-9]{3})?/[0-9]{3})( /-)?([0-9]{3}( /-)?[0-9]{4}/[a-zA-Z0-9]{7}))$I'm trying to write a RegEx to check for International and Domestic phone numbers. This appears to be working for domestic phone numbers but it doesn't look to work for international numbers. Is there something I'm missing? Can anyone else try this with numbers you know and just let me know if it's missing anything?

View 1 Replies

IDE :: Make The Call (outgoing) From Pc To Phone And Check The Status Of The Phone(phone Availability). Whether Its Switched Off,busy Or Not?

Oct 4, 2011

Details : I have the MultiModem (MT5656ZDX) . I wrote visual basic application for making the call using 'MakeCallAsynch(txtPhoneNumber.Text)' function. Also i have the callback event handler for get the line status and write the log. But my tapi call is not going the status except DAILING,PROCEDING,CONNECTED,DISCONNECTED and IDLE. Its not showing the line busy, phone swithed off status. Please guide me regarding this.

My event handler

Friend Sub LineProcHandler(ByVal hDevice As Long, _
ByVal dwMsg As Long, _
ByVal dwParam1 As Long, _

[code]....

View 10 Replies

IDE :: Make The Call (outgoing) From Pc To Phone And Check The Status Of The Phone(phone Availability)?

Dec 10, 2009

I have the MultiModem (MT5656ZDX) . I wrote visual basic application for making the call using 'MakeCallAsynch(txtPhoneNumber.Text)' function. Also i have the callback event handler for get the line status and write the log. But my tapi call is not going the status except DAILING,PROCEDING,CONNECTED,DISCONNECTED and IDLE.

Its not showing the line busy, phone swithed off status. Please guide me regarding this.

[Code]...

View 1 Replies

Capturing Form/combo Box Data To Mysql?

Jul 28, 2011

Im trying to capture the result of a combo box and time/date stamp this to mysql. I have a working connection between the form and the db able can anyone tell me how to achieve this?

View 2 Replies

IDE :: Make Phone Call Using Bluetooth Connected Cell Phone From Desktop PC?

May 26, 2009

I need to be able to click a link from a vb6 program and call a number via a connected mobile phone.(Assumption: the mobile phone is already connected to the PC via bluetooth on com3)

View 1 Replies

Created An Application With 3 Terminal Windows For Capturing Data?

Aug 2, 2011

I have created an application with 3 terminal windows for capturing data from 3 serial ports and outputting the data to a file. It seems to work well with one serial port, but when I fire all 3 serial ports at once, the application hangs. Here is the portion of the code that I believe is the problem. The code below is for Serial Port A. I have the same code for Serial Port B and Serial Port C

Private Sub ASerialPort_OnComm() Handles ASerialPort.OnComm
ReceiveBufferA.Append(ASerialPort.InputString)
Me.BeginInvoke(New EventHandler(AddressOf ReceivedTextA))

[code].....

View 3 Replies

GUI - User Interface For Capturing Data Into A Budget Database

Mar 12, 2010

I want to do a user interface for capturing data into a budget database but ran into a problem. Budget items are captured one line at a time. For example, say a Company wants to prepare budget for 2010, the entry may look like this;

[Code]...

View 5 Replies

Use Smart Sniff For Capturing Mig33 Login Data?

Jul 2, 2012

how to use that, i am creating mig33 multy id Login Project,so i need mig33 login packeges . for vb.net.

View 1 Replies

Capturing Data From Selected Rows/colums In A Datagridview And Display Them In A Textbox?

Jul 7, 2009

I'm working on a project. Part of the project needs me to capture data, for example, email address, from certain rows/columns of a datagridview and displays them in a textbox on another windows form(form1.vb) with a click of a button(Add Contact button). I am familiar with doing these in web form but windows form are different and i am not familiar with it.

View 11 Replies

How To Dial A Phone Like Program Phone Dialler

Dec 22, 2009

How to dial a phone using visual basic 2008 like the program phone dialler.

View 5 Replies

Asp.net - Format International Currencies?

May 6, 2009

I have an asp.net application that we are in the process of "globalizing", I have the currentculture and currentUICultre being set to the appropriate values and currencies are displaying as expected using the format currency ie.

FormatCurrency(_nPrice) produces $xxx.xx for en-AU and £xxx.xx for the en-GB, however we need to distinguish the currency of the value is being displayed in, other than the symbol because a lot of currencies use the dollar sign. For example we need to display US$123.12 for the States or A$123.12 for Australia. Is there an automatic way of doing this like there is for the symbol.

View 1 Replies

Domestic And International Figures Keep Coming Out To Zero

Nov 24, 2011

Does anyone know why the domestic figure is showing up in both the domestic and international textbox? And why the totals of the domestic and international figures keep coming out to zero? [Code]

View 4 Replies

Showing Up In Both The Domestic And International Textbox?

Nov 24, 2011

Does anyone know why the domestic figure is showing up in both the domestic and international textbox? And does anyone know why the totals of the domestic and international figures keep coming out to zero?

'Basic Info:
'Month Domestic International
'1 100,000 150,000
'2 90,000 120,000
'3 75,000 210,000

[Code]...

View 2 Replies

C# - Pushing TimeClock Data From Mobile Phone To Quickbooks

Mar 2, 2011

I need to find a solution or develop one for allowing employees to enter their "hours worked" at the end of the day and then easily and quickly "pushing" that data to Quickbooks Pro 2010.

I'm trying to formulate, in my mind, how to build this type of solution. With my understanding of QuickBooks integration I think it will look like the following:

Quickbooks Software on PC
|
|

[Code]....

Remember, the application on the PC will likely be on a consumer or small business network that doesn't even have static IP.

On a separate note, as near as I can tell nothing yet exists that will do what I'm looking for. The apps I have looked at require you to import iif files into your phone (specifically ReportAway). During an initial test of the app, the import failed to import anything but did not produce any error messages. It's unclear to me how the data gets input from the BlackBerry app to QuickBooks but it appears to simply be CSV files.

View 3 Replies

Synchronizing Phone With Pc Through An Application To Save / Restore Data

Dec 28, 2011

I have developed an application on my phone to manage my money. I would like to create an application on my pc to get the local database from my winphone to be able to display informations... and have a backup. I would also like to be able to restore my data back to my winphone if there is a crash.

View 4 Replies

Specifying Extra Data For Non-printer Printers (e.g. Filename For PDF, Phone Number For Fax)

Dec 22, 2010

Some printers aren't actually printers e.g. CutePDF, PDF995 etc are printer drivers that "print" PDF files, and the built in fax support for Windows is through a printer driver that "prints" to the fax modem.

Both PDF and fax need a little bit more information than a normal print job - PDF needs a filename, Fax needs a phone number. Usually there is a pop-up dialog that prompts the user for the extra information.

Is there any way to set this information programmatically?

There is a property Printing.PrintDocument.PrinterSettings.PrintFileName but this only seems to work when Printing.PrintDocument.PrinterSettings.PrintToFile is set to TRUE, which is not the case in these situations (even though a PDF printer writes a file, it is not "save print job to file" in the normal sense).

View 1 Replies

File I/O And Registry :: Converting International Characters With Oread?

Oct 8, 2008

So I have a program that parses a text file, and replaces keywords in it based on some criteria I've set up.I open the file, read it into a string, replace a line, then write that string back to a file.My problem is if the text file has any international characters in it, they get eaten when I rewrite the file.

View 3 Replies

Forms :: Formatting Bound Data - So The Phone Number Appears In The Label Properly?

Sep 15, 2011

I have a window form with a label. On the form I have a dataset, bindingsoure, and tableadaptor (all created by the IDE in response to binding the text property of the label) To fill the datatable, the IDE created this: Me.ClientsTableAdapter.Fill(Me.MyDataSet.Clients) Works fine. The bound field is a phone number, stored in the db as a 10 digit numeric string I need to format this with the standard ()-, and I have a function that will do just that. How can I apply the formatting so the phone number appears in the label properly?

[Code]...

View 3 Replies

Deal With Dots And Commas Used As Decimal Place Holder In A International Environment?

Nov 6, 2010

The user enter a number in a text box. what is the best way to overcome the big problem that in some countries 10,000 is written as 10.000 when you want to give the user the freedom to select its prefered format???

View 15 Replies

Display The Values Of Domestic, International, And Total Sales Of Company "Conway Enterprises

Aug 15, 2009

I'm making an application in school where I have to display the values of domestic, international, and total sales of company "Conway Enterprises." Everything seems to be working except it is not displaying the totalCompany sales as a currency. I'm sure it's probably an easy fix but I've been searching the internet and re-reading my book for awhile with no results. Below is the code, as I said everything seems to be working fine aside from adding the two array values and then displaying them as currency.

[Code]...

View 4 Replies

Creating A Dvd Ripper For Personal Use?

Jun 19, 2011

ok i am working on a dvd ripper for my self i am trying to figure out the source code to rip a dvd i am also wanting to put a video converter in the dvd ripper

View 3 Replies

Connect Pc Through Mobile Phone Using Bluetooth So That The Mobile Phone?

Aug 13, 2009

I want to connect my pc through mobile phone using bluetooth so that the mobile phone act as a remote of my pc.How can i do dat do you have any idea??.I have to make a project for final year using vb.net..

View 1 Replies

Making Personal Meters & Tools Using C# Or VB

Oct 23, 2010

I'm sure a lot of people around here tried Rainmeter or Google desktop. They are nice but I never felt comfortable using them on my desktop, either because they ate too many space or aren't much flexible in terms of settings and stuff that can be grabbed from the Webs. So I thought I'd make my own personal tools. It's intended for Windows 7. What language, VB or C#, should be easier to implement this kind of stuff (small panels with no borders/frames, small memory usage if possible) based on experiences of people?

View 2 Replies

Play Mp3s On My Personal ASP.NET Website?

Oct 15, 2011

I have created an ASP.NET Website using VB.NET ASP.NET 4.0. Thing is, I want my visitors to hear some nice piano music as they browse my site. Now I don't know how to embed and play mp3s on an ASP.NET Website. So I need help with that.Further, if the website visitor changes pages, music should pick up where it left off before the page change. how to do this?

View 1 Replies

Save Personal Settings Program?

Jun 10, 2011

I coded a small application in VB Express 2010 and I wish any one could provide for me some code on how to save personal settings from an options form so that the end user don't have to keep making their personal choices every time that start my application that I created.

Personally I don't have a clue on how to accomplish this feature with in VB Express 2010.

I used check boxes and radio buttons in the options section on a form for the end users choices.

View 7 Replies

Address Data Extraction From Text?

Sep 27, 2010

I have address data that is surrounded by random text. Is there a way to extract this data either with a call to a web service or some vb.net function?

example: 1111 S WILSON ROAD APT B8 CITY STATE 55555 0 0 0 0 0 0 0

View 3 Replies

End A Data Packet From Program To An IP Address?

Jul 20, 2011

How am I able to send a data packet from my program, to an IP Address on a certain port (using Udp).

View 4 Replies

Write A Recipe Storage Program For Personal Use?

Oct 10, 2009

I am planning to write a recipe storage program for personal use. I know what I want to do, but I am not perfectly clear on the most efficient way to do it. I am using SQL server 2005 and I am comfortable writing stored procedures. This is one of my first vb.net projects and I am still getting comfortable with ADO.net.What I want to do is create a form that can handle an list of ingredients of an unknown number.

The form will also accept a cooking procedure of an unknown number of steps. Each step will be written by the user into Rich Text boxes (vb 6 term?)I am planning to use combo boxes to select ingredients from a list or add new ingredients as needed. I also want to eliminate duplicates in the ingredients table of the sql 2005 db. I am looking for the most efficient method to save all the parts of a recipe to the database. saving a recipe will require dozens of database hits and therefore be unacceptably slow.

View 1 Replies

App To Check Personal Wordpress Site For Last Post?

Oct 8, 2010

I have a personal website that I want to see when the last post was made to it. Is there a way to find the last posted date on my blog?

In my application, I have a notification that I want to fire if we've made a 'News' post on our site so that our users are aware of any issues and I figured the best way would be to see when the last post was made.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved