Thanks.
I have one more question about the ConnectionString to Database. We usually store ConnectionString to database in configuration file(ApplicationName.exe.config or Web.config) which includes username and password. This file is just a text file so users can open this file and see the username and password. How to encrypt the password or prevent this? Need help.