A
Amir
Hi every one
I have a website (well I am in process of creating one using C# and asp.net)
any way, I have an AdRotator, where it uses Advertisement.XML file to
display random Ads
now in my website user have the opportunity to sign up for advertisement and
upon registration they have an opportunity to upload an pic which I save the
link into SQL and would like to eventually place it into XML
now is there way to Automatically update XML file every once in a while
what I am asking is , is there like a time method where I can say
if the last update for 3 days ago
update XML()
and then in my xmlWriter.cs i would be able to connect to SQL and retrieve
new links and update my advertisement file
any help that would be appriated
how can I do this timing thing
thanks
I have a website (well I am in process of creating one using C# and asp.net)
any way, I have an AdRotator, where it uses Advertisement.XML file to
display random Ads
now in my website user have the opportunity to sign up for advertisement and
upon registration they have an opportunity to upload an pic which I save the
link into SQL and would like to eventually place it into XML
now is there way to Automatically update XML file every once in a while
what I am asking is , is there like a time method where I can say
if the last update for 3 days ago
update XML()
and then in my xmlWriter.cs i would be able to connect to SQL and retrieve
new links and update my advertisement file
any help that would be appriated
how can I do this timing thing
thanks