fixed RegisterScriptDescriptors and RegisterScriptReference
[mono.git] / mcs / class / System.Web.Extensions / System.Web.UI / ScriptManager.cs
2008-01-06 Igor Zelmanovichfixed RegisterScriptDescriptors and RegisterScriptReference
2008-01-03 Igor Zelmanovichfixed RegisterStartupScript
2008-01-03 Igor Zelmanovichimplement
2008-01-03 Igor Zelmanovichimplement GetRegisteredDisposeScripts()
2008-01-03 Igor Zelmanovichimplement GetRegisteredHiddenFields
2008-01-03 Igor Zelmanovichencode ExpandoAttribute if need.
2008-01-03 Igor Zelmanovichinitialize wrapped list if need
2008-01-02 Igor Zelmanovichimplement GetRegisteredExpandoAttributes()
2008-01-02 Igor Zelmanovichimplement GetRegisteredArrayDeclarations()
2008-01-02 Igor Zelmanovichadded stubs for missing public API,
2007-12-26 Igor Zelmanovichfixed/redesigned ScriptManagerProxy
2007-12-17 Noam LampertRevert commit 91482. Breaks compiler csc.exe of FW...
2007-12-17 Noam LampertFix compilation errors discovered with csc.exe of FW...
2007-10-23 Marek SafarNew tests, message update
2007-10-18 Igor Zelmanovichremoved #if TARGET_J2EE
2007-10-18 Igor Zelmanovichfor #TARGET_J2EE
2007-10-17 Igor Zelmanovichreturn formAction in AJAX response.
2007-09-02 Igor Zelmanovichadded support for multi form environment
2007-08-23 Igor Zelmanovichconsider HtmlEncoding when parsing hidden fields
2007-08-02 Konstantin Trigerimplement Profile service
2007-07-26 Igor Zelmanovichconsider TARGET_J2EE limitation for PathInfo
2007-07-26 Konstantin Trigerrefactoring for ScriptManager.GetCurrent()
2007-07-24 Konstantin Trigerrefactoring
2007-07-18 Igor ZelmanovichImplemented AuthenticationService and ProfileService...
2007-07-17 Igor Zelmanovichimplemented SerializeScriptBlock method
2007-07-17 Igor ZelmanovichImplemented ScriptManager.LoadScriptsBeforeUI property
2007-07-17 Igor ZelmanovichImplemented RegisterDispose method
2007-07-17 Igor ZelmanovichAsyncPostBackError event is raised properly
2007-07-17 Igor ZelmanovichImplemented ScriptManager.AsyncPostBackErrorMessage...
2007-07-17 Igor ZelmanovichImplemented ScriptManager.AllowCustomErrorsRedirect...
2007-07-16 Igor ZelmanovichImplemented ScriptManager.Services property
2007-07-16 Igor ZelmanovichImplemented SetFocus feature
2007-07-08 Igor Zelmanovich'theForm' must be defined at form beginning
2007-07-05 Rodrigo Kumpera2007-07-05 Rodrigo Kumpera <rkumpera@novell.com>
2007-07-05 Igor Zelmanovichconsider section 'system.web/deployment' is not support...
2007-07-05 Raja R HarinathRename cs1624-3.cs to gcs1624.cs
2007-07-04 Igor Zelmanovichdoesn't consider CompilationSection for TARGET_J2EE
2007-07-03 Igor ZelmanovichImplemented EnablePageMethods feature
2007-07-02 Igor ZelmanovichImplemented RegisterDataItem methods
2007-07-02 Igor Zelmanovichimproved partial rendering.
2007-07-01 Igor Zelmanovichimproved partial rendering.
2007-06-28 Igor ZelmanovichScriptManager registers script includes after OnResolve...
2007-06-28 Igor Zelmanovichoptimized WriteCallbackOutput
2007-06-28 Igor Zelmanovichsupport scenario, when Update panel is created programm...
2007-06-28 Igor Zelmanovichoptimized clipping at AsyncPostBack.
2007-06-27 Igor ZelmanovichImplemented EnablePartialRendering and SupportsPartialR...
2007-06-27 Igor Zelmanovichimplemented nested updatepanels support
2007-06-27 Igor ZelmanovichInitial Timer implementation
2007-06-26 Igor Zelmanovichimplemented RegisterScriptControl and RegisterExtenderC...
2007-06-24 Igor ZelmanovichInitial ExtenderControl implementation
2007-06-21 Igor Zelmanovichrafactoring
2007-06-21 Igor ZelmanovichImplemented RegisterExpandoAttribute and RegisterOnSubm...
2007-06-21 Igor ZelmanovichImplemented RegisterHiddenField
2007-06-21 Igor ZelmanovichImplemented RegisterClientScriptInclude and RegisterCli...
2007-06-21 Igor ZelmanovichImplemented RegisterArrayDeclaration.
2007-06-21 Igor ZelmanovichImplemented RegisterClientScriptBlock and RegisterStart...
2007-06-21 Igor ZelmanovichImplemented EnableScriptLocalization and ScriptPath...
2007-06-20 Igor ZelmanovichImplemented EnableScriptGlobalization and EnableScriptL...
2007-06-20 Igor ZelmanovichInitial AsyncPostBackTrigger implementation
2007-06-19 Igor ZelmanovichInitial ScriptManager implementation
2007-06-19 Igor ZelmanovichInitial UpdatePanel implementation
2007-06-19 Igor Zelmanovichimplemented ScriptResource and NotifyScriptLoaded features
2007-06-19 Igor ZelmanovichImplemented redirect from AsyncPostBack
2007-06-18 Igor ZelmanovichInitial ScriptManager implementation
2007-06-18 Igor ZelmanovichInitial ScriptManager implementation
2007-05-28 Igor ZelmanovichInitial drop for System.Web.Extensions assembly