> I want to know how to add "Check updates" feature in to my application.
You're posting in the microsoft.public.dotnet.framework.aspnet, so I'm
assuming you're talking about a web application...
The thing about a web application is that it runs on a web server which
users access via a web browser.
As such, there's no need to add a "Check updates" feature to your
application because every time you want to update the application you simply
do so by uploading the latest version to the web server...
Perhaps you could provide more details about what you actually mean...?
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Can you give an example of what you are looking for?
"Marc" <du...@abcd.com> wrote in message
news:OSzA%234KbK...@TK2MSFTNGP06.phx.gbl...
> I want to know how to
> add "Check updates" feature in to my
> application.
What do you mean?
1. Check updates for an application the user downloaded?
2. Check for updates on a user's information?
3. Other?
If #1, you really should aim at the windows forms group.
Peace and Grace,
--
Gregory A. Beamer (MVP)
Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************
You're posting in the wrong newsgroup - this is for ASP.NET. But look
into a product called TrueUpdate - I found that was by far the easiest
way to get update functionality into my application. Although it cost a
bit of money, I had it all working in a couple of hours.
Nick.