开发者

What should be the best approach to add a help file in my web application project?

开发者 https://www.devze.com 2022-12-29 20:33 出处:网络
We have a Asp.Net Vb.Net application with around 35 webforms.There are some remote users who do not have 开发者_高级运维the functional idea of the webforms.So i was thinking of adding a help file in m

We have a Asp.Net Vb.Net application with around 35 webforms.There are some remote users who do not have 开发者_高级运维the functional idea of the webforms.So i was thinking of adding a help file in my project.Is there any special component or javascript ? will it be a good option if i go with form by form or a single help file ?


An Implementation we have done for a web application we develop is a one-to-one form help file approach. In other words, we have the same "file structure" between forms and help files. So each web form has an according help file, which we display as a simple html page.

As an added tip, we use the same naming convention with _help added as a suffic. e.g.

Transactions.aspx -> Transactions.help.html


I would simply add a (possibly static html) help page or set of pages and link to it from all of your winform pages.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号