From an Excel "Expense Template", I chose the "Save as Web Page" option which, of course, gave me a nice HTML page that looks 95% like the original Excel sheet. I see that this generated page is not simply a static HTML page, but rather it has functionality to it, too: such as the Excel icons that undo, sort, cut, paste, help etc. All that free functionality is super! But...
How do I take this page and incorporate it into an ASP.NET project so I can use it as a template into which end-users can input data and submit it via the web?
Thank you very much,
Deb
How do I take this page and incorporate it into an ASP.NET project so I can use it as a template into which end-users can input data and submit it via the web?
Thank you very much,
Deb