7 references to Script
System.Web.Mobile (7)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (3)
243
if((form != null) && (form.
Script
!= null))
248
else if ((form != null) && (form.
Script
!= null))
250
foreach(Control childControl in form.
Script
.Controls)
UI\MobileControls\Adapters\WmlFormAdapter.cs (2)
232
if((form != null) && (form.
Script
!= null))
234
foreach(Control childControl in form.
Script
.Controls)
UI\MobileControls\Form.cs (2)
719
if(
Script
!= null)
721
Script
.DataBind();