TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Chevy Mark Sunderland
NA
188
166.6k
Replacement old date value with new date value
Apr 20 2012 11:58 AM
Hi there, I hope your appreciated help.
First of all I must say that I am a newbie when it comes to net language.
The platform is C#.
This is my problem.
I need replace the value of
DateTime.Now.ToString("dd/mm/yyyy")
in all slides of my powerpoint presentation generate in OpenXml.
Now if try my net code the new value of
DateTime.Now.ToString("dd/mm/yyyy")
is superimposed in the old value of
DateTime.Now.ToString("dd/mm/yyyy")
If you have link for similar task, please give it me.
Can you help me? thank you in advance.
Your help would be very appreciated
Thanks for your time and hints.
Attachment:
code.zip
Reply
Answers (
3
)
Network script works whilst debugging locally, but doesn't work once deployed on server
How to connect to SQL Server database in C# ?