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
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-01-17 20:17:41 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-01-17 20:17:41 +0300
commit6c3561438526d768ebc614bbb719127e1b3fb0d8 (patch)
treea4384f4a5decd035908e4ff356795ccf3c936303 /mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
parent3a1f65554614a9dd6e05bd66b9bb157610d78be7 (diff)
2003-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* System.Web/HttpRequest.cs: implemented CurrentExecutionFilePath. * System.Web.UI/Control.cs: some more tweaks to naming containers stuff. * System.Web.UI/DataBinder.cs: don't throw exception if the container is null. * System.Web.UI/Page.cs: now we can render client scripts, startup scripts and hidden fields. Only render __VIEWSTATE if there is someone that will take care of it. (RaisePostBackEvents): first try the last one that required raise event, then try __EVENTTARGET. * System.Web.UI.HtmlControls/HtmlForm.cs: render 'action' attribute. * System.Web.UI.WebControls/BaseDataList.cs: what can I say for this one? I spent so many time until I finally found this that I'm gonna miss this f....g bug... ;-). Farewell. Now we can get events from image buttons inside Data*. * System.Web.UI.WebControls/DataList.cs: now the value stored in ViewState for item count is correct. svn path=/trunk/mcs/; revision=10627
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
index 00a508e63fc..0c3d8e41974 100644
--- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+ * System.Web.UI.HtmlControls/HtmlForm.cs: render 'action' attribute.
+
2003-01-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* HtmlInputButton.cs: fixed bug #35677.