|
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: Puran Mehra
|
Rating:
|
|

Similar to windows application and services, you can also write Web applications and services. A web application is distributed application, which allows you to work and distribute functionality over the Web and provides user interfaces. Using Web Forms controls, you can write Web GUI applications similar to windows applications...
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: Bryian Tan
|
Rating:
|
|

There are times when the web pages that the web applications are redirecting to, might take some time to response or load. For instance, after the users successfully login into a web application, the application will redirect the request to the home page. Imagine that, if the mentioned page contains a dashboard and many personalized WebParts. The requested web page might take some time to respond depending on the users Internet connection speed and the amount of network traffic at any given time...
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: Raj M. Rao
|
Rating:
|
|

I had created a Google Maps web-page that loaded data from a database using web-services: Denver Traffic Cameras. This post is a tutorial on how to create such a page (its basically a tutorial on how to create a web-service which can be called from java-script and then continues on to show you how to use it with the Virtual Earth map control)....
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: felipesabino
|
Rating:
|
|

Displaying your data in an RSS format might be a lot of work if you have lots of different formats and kinds of data to display, for example a portal or a huge Web site, and you have to configurate and program all RSS for each section....
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: DavidCrow
|
Rating:
|
|

I was browsing through some folders the other day when I stumbled into the Cookies folder. I was shocked, to say the least, to see several thousand files in there, some of which were nearly three years old. Thinking that something must be wrong with IE's cookie-related settings, I checked IE's properties and everything looked as it should. I clicked on the Delete Cookies button and was presented with a "Delete all cookies in the Temporary Internet Files folder?" message. I responded in the affir...
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: Ashrafur Rahaman
|
Rating:
|
|

Now a day’s event management is becoming a very popular idea especially in case of web application development. Most of the application is synchronizing with outlook contacts and calendar. Here is a small tool to create event both hour event and day event. This concept is very simple creating a ics file and sending as mail attachment....
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: Radim Köhler
|
Rating:
|
|

This article concerns on the Web layer of the MVC design pattern. Model-View-Controller is also one of the parts of the web-application framework Catharsis. There is powerful Guidance which will help you to quickly create new solution and extend it with infrastructure for your business entities....
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: khaksari
|
Rating:
|
|

This news rotator control gives us the possibility of displaying several news stories within the same area of the web page. News is taken apart to several pages in order to place in a specified area. Each page also contains a couple of news items. By clicking on the page number at the bottom, it is possible to navigate between different pages and also by clicking on each news item of the page, it is possible to see its details. The stories slide into view. It also provides the auto next (slide s...
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: Bryian Tan
|
Rating:
|
|

There are times when the web pages that the web applications are redirecting to, might take some time to response or load. For instance, after the users successfully login into a web application, the application will redirect the request to the home page. Imagine that, if the mentioned page contains a dashboard and many personalized WebParts....
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: Puran Mehra
|
Rating:
|
|

Web Forms provides many controls that support data binding. You can connect these controls to ADO.NET components such as a DataView, DataSet, or a DataViewManager at design-time as well as at run-time. Data binding in Web Forms works in the same way as it does in the Windows Forms with a few exceptions. For example, to bind a dataset to a DataGrid, you call the DataBind method of the DataGrid control. I'll discuss all this in a moment. First let's see some basics of data-bound controls....
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: AzamSharp
|
Rating:
|
|

Validation is one of the most important aspects of an application. ASP.NET MVC framework provides multiple ways to validate the user input. In this article we are going to demonstrate how to perform validation in an ASP.NET application using Controller action, IDataErrorInfo and DataAnnotations methods....
|
|
|
|
Total Hits: 4 | Today: 0
|
Author: Elph
|
Rating:
|
|

When I was developing some asp.net pages, I lost a lot of time with Datagrids. The code here is to made that work more simple. Only drag the control to the page, complete some properties, point to the methods that controls the updating, deleting and you have a complete editable grid....
|
|
|
|
|
|