[Mono-bugs] [Bug 48689][Min] Changed - Visible is not saved at SaveViewState
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Sep 2003 05:41:51 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=48689
--- shadow/48689 2003-09-29 03:59:30.000000000 -0400
+++ shadow/48689.tmp.871 2003-09-29 05:41:51.000000000 -0400
@@ -67,6 +67,19 @@
I must say that by looking on the ViewState I didn't have the feeling
that it's filled with a lot of data and let's not forget that the
variables are "located" on the server only so I don't know if this is
critical.
Maybe it will be good for compatibility issue.
+
+------- Additional Comments From gonzalo@ximian.com 2003-09-29 05:41 -------
+More roundtrips? That may be because we don't use (almost) javascript
+for saving some postbacks.
+
+Changing a few booleans to and int used as bitfield should not be that
+much. No one will notice if i store an int and retrieve the booleans
+when loading the view state.
+
+Ah, btw, when i say VIEWSTATE i mean the hidden variable taht is sent
+along with the page, which is a little bit bigger than the one MS
+sents. I'm not that worried about a class using a few more bytes (by
+now :).