Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-27RemoveMiguel de Icaza
svn path=/trunk/mcs/; revision=48909
2005-03-112005-03-11 Lluis Sanchez Gual <lluis@novell.com>Lluis Sanchez
* Utils.cs, Control.cs: Don't use Page.GetPostBackClientEvent since it is deprecated in 2.0. * Page.cs: Deprecated GetPostBackClientEvent and similar methods in 2.0. Moved callback management methods to ClientScriptManager. * ClientScriptManager.cs: Moved here deprecated methods from Page. In GetPostBackEventReference (PostBackOptions), don't use the WebForm_DoPostback script if the post can be done with a simple __doPostBack call. * PostBackOptions.cs: Fixed default values for some properties. svn path=/trunk/mcs/; revision=41696
2004-06-25Add licensing infoDuncan Mak
svn path=/trunk/mcs/; revision=30345
2003-10-082002-10-29 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* Utils.cs : GetScriptLocation(HttpContext) - Partial Implementation. svn path=/trunk/mcs/; revision=18763
2002-05-102002-05-07 Duncan Mak <duncan@ximian.com>Duncan Mak
* Utils.cs (GetClientValidatedEvent): Uncommented the 'Page' argument. svn path=/trunk/mcs/; revision=4487
2001-12-282001-12-28 Gaurav Vaish <gvaish@iitk.ac.in>Gaurav Vaish
* Utils.cs -- Added functions GetClientValidatedEvent, GetClientValidatedPostBack svn path=/trunk/mcs/; revision=1731
2001-12-172001-12-17 Gaurav Vaish <Gvaish@iitk.ac.in>Gaurav Vaish
* PropertyConverter -- Made compilable. Minor errors corrected * Utils -- Minor error svn path=/trunk/mcs/; revision=1601
2001-12-162001-12-17 Gaurav Vaish <Gvaish@iitk.ac.in>Gaurav Vaish
* PropertyConverter -- I needed it. Completed * Utils -- Also needed this. Initial implementation svn path=/trunk/mcs/; revision=1593