Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: field length

  1. #1
    chrismartz is offline Senior Member
    Join Date
    Apr 2010
    Posts
    339

    Default field length

    Where would I put the values for the max length of address information? I want to limit certain fields for the customer to a certain length.

  2. #2
    webopius is offline Senior Member
    Join Date
    Nov 2008
    Location
    London, UK
    Posts
    440

    Default

    Chris

    As far as I can tell, the address field lengths are hard-coded into the AddressControl.cs (ASPDNSF Controls) and there don't seem to be any parameters that can be set to change them.

    Of course, if you have the source code, you could always modify the Address Control and customize the lengths to suit.

    Adam