Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking files on a PC
Message
From
12/10/2006 15:33:43
Keith Payne
Technical Marketing Solutions
Florida, United States
 
 
To
11/10/2006 16:26:37
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01161177
Message ID:
01161558
Views:
15
>Thanks a lot for your reply; I wonder if you post some sample code, Because I dont get the idea...

I don't have sample code for this handy. It is a non-trivial task to implement. The three big pieces are a webservice that supplies the content including any HTML formatting; a javascript function that calls the webservice after the page has finished loading; a repository for the content (database, XML file, HTML file, etc...). If you haven't dealt with these types of functions before, it's probably not something that should be tried in a time-critical situation. You would also have to redesign all of the pages in the website.

AJAX would simplify the process because the webservice and javascript would no longer be needed. It could all be done in the code-behind.
Previous
Reply
Map
View

Click here to load this message in the networking platform