Sir, how to get settings-name in asp.net? ConfigurationMa nager.Appsettin gs["settings-name"].ToString(); plz.say in stepwise?
Settings name in asp.net.
Collapse
X
-
-
If you stored your settings under <appSettings> in web.config
then
ConfigurationSe ttings.AppSetti ngs["name"].ToString() will fetch you the result -
Sir, i actually want to know that how i can write/set the settings name & how i creat/set the setting in a particular drive like d.plz say stepwise.Comment
-
Specify a key as
Code:<add key="Key1" Value="Val1">
Comment
Comment