anyone have an example of using the custom fields.
I tried using the example on the website but I keep getting an error.
added the following to my vb.net code behind but keep getting an error:
dim salesperson as string = file.FormValues("salesperson")
I know file is suppose to reference the file name but is this the value from the post form?