L
Leeor Geva
Hey guys,
how do I make a control PUBLIC inside the Web Form Designer Generated Code?
What happens is that I make it public, i Run the solution, it works
perfectly fine. Then for some reason unknown to me, VS.Net flips it back
from public to protected (This:
Public WithEvents dcpMain As
DBauer.Web.UI.WebControls.DynamicControlsPlaceholder
To
Protected WithEvents dcpMain As
DBauer.Web.UI.WebControls.DynamicControlsPlaceholder
When it feels like it.
So how can I do this? :-/
Thanks!
how do I make a control PUBLIC inside the Web Form Designer Generated Code?
What happens is that I make it public, i Run the solution, it works
perfectly fine. Then for some reason unknown to me, VS.Net flips it back
from public to protected (This:
Public WithEvents dcpMain As
DBauer.Web.UI.WebControls.DynamicControlsPlaceholder
To
Protected WithEvents dcpMain As
DBauer.Web.UI.WebControls.DynamicControlsPlaceholder
When it feels like it.
So how can I do this? :-/
Thanks!