views:

572

answers:

1

Hi All,

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..

A: 

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.

this. __curious_geek