MSUTech wrote:
JimJob wrote:
Quote:
Hi All,
I have Infopath 2003 (sp2) and want to use the programming function on the
tools menu, however it informs me to open "the visual studio project for it".
How do I do that? I haven't created a visual studio project - but I do have
visual studio 2005 installed?
Thanks
What is the easiet way to make it so that all new .html files that I create
in Visual Studion have: @ Page Language="C#" across the top?
thanks..
When you create a new web application from the C# selection (from New
|
Projects), a Default.aspx file is created whic contains the Page directive.
When you create an .htm file, you are on your own (you normally would
get a file with extension .htm). The first directive is a DOCTYPE directive.