Please don’t do this:

// Create a new customervar 
customer = new Customer();

// Assign the name
customer.Name = name;

// Send to server
this.customerService.CreateCustomer(customer);

Just don’t.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.