I'm trying to add to my project an html page so that I can add some C#
code
into it.
I would need to 'convert' into aspx so that I can add the code with
the IDE.
What would I need to do?
Thanks.
Alex Meleta - 28 Sep 2007 14:56 GMT
Hi,
That's a Microsoft's way:
http://msdn2.microsoft.com/en-us/library/aa713398(vs.71).aspx
Regards, Alex
[TechBlog] http://devkids.blogspot.com
> I'm trying to add to my project an html page so that I can add some C#
> code
[quoted text clipped - 3 lines]
> What would I need to do?
> Thanks.
Chris Dunaway - 28 Sep 2007 15:02 GMT
On Sep 28, 8:42 am, ramya.sa...@gmail.com wrote:
> I'm trying to add to my project an html page so that I can add some C#
> code
[quoted text clipped - 3 lines]
> What would I need to do?
> Thanks.
Why not just add an .aspx page directly? Or do you already have an
html page with content? You could add an .aspx page and then copy the
content from the html page to the aspx page.
Chris