I have distributed data base system and in my project data base connection string is in session object. The problem is how to assign connection string to ChangePassword control on Runtime from session object.
Thanks..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ChangePassword control works in Conjunction with MembershipProviders. MembershiProvider of your project holds the configuration of database connectivity [and much more].
You can visit any of the links below to get started with Login Controls and MembershipProviders. ASP.net ships with basic inbuilt Providers.
Here are some links for your reference, which will guide you through what you need.
http://msdn.microsoft.com/en-us/library/879kf95c.aspx
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/login/login.aspx
http://www.asp.net/learn/videos/video-7420.aspx
http://www.asp.net/learn/videos/video-148.aspx
http://www.asp.net/learn/videos/video-47.aspx