how to use password recovery control in my .net application using C#.

Recommended Answers

All 6 Replies

in the u gave have coding in webconfig page. i,e they have connection and calling of procedures in webconfig page, and also i counldn't run the sample code

the following error has occured:

To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

what to do?

give the following in your web.config file

<customErrors mode="Off"/>

it will show the programming error.
from the error itself you can identitfy the problem .

hi..
can u plz help me with the use of password protector

hi,

Just go to the tool menu and select toolbar option OR press crt+alt+x key.

Then select data==>password recovery control and put on you form and set the all property properly.

$$jaydeep$$

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.