In my application, I have mentioned a custom datetime in my web.config file under <appSettings> tag as shown below.
<appSettings>
<add key="DateTime" value="01/01/0001 01:01:01"/>
</appSettings>
So that time I want to add with current datetime in code behind.
Can any one say how to do this?
Thanks