| Author: Sujit Kumar 11 Jul 2008 | Member Level: Diamond | Rating: Points: 2 |
use Browser control in windows application and give the url of web site name. and it will open the website uner browser control .
|
| Author: jayant 11 Jul 2008 | Member Level: Silver | Rating: Points: 6 |
Web Applications present data within web pages that appear within a browser. These web pages provide an easy way for users to interact with data.
Web Apps typically consist of a number of different layers
* The user interface layer: Provides the means for a user to interact with the data in the web application. It usually consists of web pages that include standard elements such as buttons, text inputs, drop-down lists, images, and hyperlinks. * The data used to populate the user interface * A third layer that allows the user interface to interact with the data layer.
|