[Mono-bugs] [Bug 395360] New: ViewStateModeById isn't implemented

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu May 29 06:38:44 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=395360


           Summary: ViewStateModeById isn't implemented
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: thomas.hansen at gaiaware.net
         QAContact: mono-bugs at lists.ximian.com
          Found By: Development


Description of Problem:

There is an attribute in .Net which you can mark WebControls with which is
called ViewStateModeById which will then ensure that the ViewState for controls
in the child controls collection of that control will be loaded by ID instead
of by POSITION...
This is imperative for creating advanced WebControls (like ours ;) where you
want to in postbacks (or Ajax Callbacks) be able to MOVE around from one
control hierarchy to another. Think in terms of for instance "IGoogle" to
understand what type of functionality can be built with it...


Steps to reproduce the problem:
1. Compiler a WebControl tagged with the attribute "ViewStateModeById"
2. 


Actual Results:

Compiler bug

Expected Results:

Compilation at least (hopefully also functionality ;)


How often does this happen? 

Every time...? ;)

Additional Information:

Say hi to Marek and Jackson from me :)


Thomas


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list