7 references to IdSeparator
System.Web (7)
UI\Control.cs (3)
220if(uniqueID != null && uniqueID.IndexOf(IdSeparator) >= 0) { 221return uniqueID.Replace(IdSeparator, ID_RENDER_SEPARATOR); 1677_occasionalFields.UniqueIDPrefix = uniqueID + IdSeparator;
UI\HtmlControls\HtmlInputRadioButton.cs (1)
125int lastColon = uid.LastIndexOf(IdSeparator);
UI\PartialCachingControl.cs (2)
521prefix += IdSeparator; 524prefix += _ctrlID + IdSeparator;
UI\WebControls\RadioButton.cs (1)
69int lastColon = uid.LastIndexOf(IdSeparator);