an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 1/7/2011 10:10:40 AM By lukezy. 3 replies.
1/6/2011 9:35:33 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Email Address in DSC
 What format emails and username in DSC are regarded : ASCII or Unicode?
The fileds are nvarchar but how about the code and the conversions.
1/6/2011 1:14:42 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Email Address in DSC
Yes, all strings are unicode and nvarchar in DB.
DotShoppingCart Staff
1/6/2011 2:13:35 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Email Address in DSC
 Do you accept unicode values in email address. What is validation formula before saving email.
 
 
1/7/2011 10:10:40 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Email Address in DSC
Yes, it does. See Web\Controls\EmailTextBox.ascx for the validation formula.
DotShoppingCart Staff