Estudiando el ViewStateModeById

"Alberto León" <[email protected]>
Newsgroups gmane.comp.gnome.mono.hispano
Message-ID <[email protected]>
Sigo investigando sobre el error al utilizar [ViewStateModeByID] en Mono.
En el trunk he encontrado un archivo en System.Web.UI que se llama
ViewStateModeByIdAttribute.UI.cs

que contiene lo siguiente:

#if NET_2_0
namespace System.Web.UI
{
    [AttributeUsageAttribute (AttributeTargets.Class)]
    public sealed class ViewStateModeByIdAttribute : Attribute
    {
        public ViewStateModeByIdAttribute ()
        {}
    }
}
#endif


Se supone que son los últimos fuentes de Mono publicados, ¿significa esto
que no está implementado?
En tal caso dónde se puede obtener información de si van a trabajarlo,
cuándo y todo eso?
Quizá pueda echar una mano, aunque lo cierto es que no sé cómo.
Hay un código de ASP.NET <http://asp.net/> que puedas ver el código fuente
para reescribirlo y así implementar este atributo?

_______________________________________________
Mono-hispano mailing list
[email protected]
https://listas.hispalinux.es/mailman/listinfo/mono-hispano
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.