Click to See Complete Forum and Search --> : How To insert Code snippet on UserInterface that is .aspx pages.


kamii47
June 2nd, 2006, 02:11 AM
How To insert Code snippet on UserInterface that is .aspx pages.
Suppose I have made some custom template for tables controls e.t.c
As in code behind i can insert Code snippet.I want's to insert on UI.
Also I don't want's to use Macros.

HanneSThEGreaT
June 2nd, 2006, 03:03 AM
Hello & welcome! :wave:

Can you please explain the problem a bit more..

kamii47
June 2nd, 2006, 05:22 AM
As I have made code snippets for some of my methods classes e.t.c
I can insert them in code behind ,classes e.t.c
Now I want's to make some of my custom made say design code snippet.For example a table with 4 controls ,one gridview,a div tag with some other things.
Now I want's to insert them on the html view or design view of the web form that is aspx page or usercontrol that is ascx page.
How can i achieve that.
I am not allowed to made and use macros.
What Can I do ?