Render code from control designer in code-behind
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I am creating a toolbar which has a simple designer interface where you can define the toolbar buttons. The code of the buttons is set into the aspx file by default. My question is, is it possible to generate C# code so that the buttons are rendered in the code-behind file? Thanx
-
I am creating a toolbar which has a simple designer interface where you can define the toolbar buttons. The code of the buttons is set into the aspx file by default. My question is, is it possible to generate C# code so that the buttons are rendered in the code-behind file? Thanx
No.