Posts
 
Reputation
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
~210 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for ammarcool

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")

Member Avatar for afroz375
0
210

The End.