You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/AJAXPage/cs_ServerValidator.aspx.cs

16 lines
383 B

using System.Collections;
using System.Text.RegularExpressions;
public class cs_ServerValidator : OboutInc.oboutAJAXPage
{
public Hashtable unique(string elementValue, string elementID)
{
bool valid = true;
ArrayList listNames = new ArrayList();
listNames.Add("john");
listNames.Add("david");
listNames.Add("tim");
listNames.Add("sheldon");
listNames.Add("kim");