S
Steph
Hello, i found a bug ? or an incompetence of my share !
I've 1 aspx and 3 ascx level : as :
Default.aspx :
PlaceHolder1 < Page_Init : LoadControl(1.ascx)
module.ascx :
PlaceHolder1 < Page_Init : LoadControl(2.ascx)
modify.ascx :
PlaceHolder1 < Page_Init : LoadControl(3.ascx)
modifyGrid.ascx : < BUG HERE >
TextBox1 + DropDownList1... etc etc.... < bug : value isnt accessible
!
The viewState of 2aGrid.ascx Controls are not "redeable", always empty...
.... somebody with an idea...
NB : there can it be another ascx in "modifyGrid.ascx "...
This architecture can be :
--------------------------
Default.aspx : n-tiers program page
module.ascx : my module, according to the state of a variable, the state of
the module changes : view, modify, config... (LoadControl : modify.ascx as
modify, config.ascx as config, ...)
modify.ascx : my ascx "modify state",
.....modifyGrid.ascx "modify state repeater" (graphics page-setting)
mau
I've 1 aspx and 3 ascx level : as :
Default.aspx :
PlaceHolder1 < Page_Init : LoadControl(1.ascx)
module.ascx :
PlaceHolder1 < Page_Init : LoadControl(2.ascx)
modify.ascx :
PlaceHolder1 < Page_Init : LoadControl(3.ascx)
modifyGrid.ascx : < BUG HERE >
TextBox1 + DropDownList1... etc etc.... < bug : value isnt accessible
!
The viewState of 2aGrid.ascx Controls are not "redeable", always empty...
.... somebody with an idea...
NB : there can it be another ascx in "modifyGrid.ascx "...
This architecture can be :
--------------------------
Default.aspx : n-tiers program page
module.ascx : my module, according to the state of a variable, the state of
the module changes : view, modify, config... (LoadControl : modify.ascx as
modify, config.ascx as config, ...)
modify.ascx : my ascx "modify state",
.....modifyGrid.ascx "modify state repeater" (graphics page-setting)
mau