在ASP.NET应用程序中收集信息的最佳实践

问题描述:

大家好,随着软件开发的需求,应用程序的易用性和灵活性使用户能够回归。在收集用户信息时我是否有任何好的方法。我正在开发一个ASP.NET应用程序,需要收集大量信息并存储在数据库中。个人信息,相关信息,银行详细信息,工作经验信息,教育信息,Int。护照信息,驾驶执照信息等。但所有这些都将在一页上。

关于如何确保我的用户不会因为过多的回发而导致错误并确保收集所有数据的参考。



谢谢

Hi guy, as software development demands, easy of use of an application and its flexibility is what keeps your users coming back. Is there any good approach i can follow in collecting users information. I''m currently developing an ASP.NET app that requires a lot of information to be collected and store in the DB. Informations like Personal Info, Dependent Info, Bank Details Info, Work Experience Info, Educational Info, Int. Passport Info, Drivers Licence Info and more. But all will be on one page.
An reference on how to make sure my users are not bug down with too much of postbacks and also ensuring that all the data are collected.

Thanks

像Wizart一样创建这个页面,为每个部分创建单独的Div并显示/隐藏它们相应的进程条或使用一些进度图像这表示还有多少步骤要完成。
Create this Page like a Wizart, Make seperate Divs for every Section and Show/ Hide them Accordingly with Progress Bar of the Process or use some progress images that shows how many steps left to complete.