Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.73K
1 Posted Topic
Hi Ammar, First add this code to your app.config [code=text] <AppSettings> <add key="Conn" value="uid=zz; pwd=****; database=XX; server=11.111.111.111"/> </AppSettings> [/code] and add reference of system.configuration.dll from add reference on right of your project. then use configurationManager.AppSettings("Conn")
The End.
afroz375