6 references to ToString
System.Web.Mobile (6)
UI\MobileControls\Image.cs (3)
60
return
ToString
(ViewState["AlternateText"]);
81
return
ToString
(ViewState["ImageUrl"]);
101
return
ToString
(ViewState["NavigateUrl"]);
UI\MobileControls\SelectionList.cs (1)
465
return
ToString
(ViewState["Title"]);
UI\MobileControls\TextBox.cs (1)
203
return
ToString
(ViewState["Title"]);
UI\MobileControls\ValidationSummary.cs (1)
107
return
ToString
(ViewState["BackLabel"]);