NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Browse a Listing

Subscribe to this category

Top > ASP.NET > Tips and Tutorials

Popular Tags

Free Script links
Sort By :
Do you have idea of data format which can bypass strong firewalls, Independent of all platforms and doesn't require special software to interpret? Yes, you are correct. It's XML, the popular standard data exchange format over internet. You might be all hearing buzz words like RSS feeds and XML based Web services. Suppose, if you want to know latest updates in sports, you will subscribe to popular RSS feeds which gives latest updates. So, XML is forming an inseparable component in application development. In earlier version of ASP.NET 1.x, we don't have inbuilt capability to handle and display XML data.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Nov 15, 2007 Hits: 4 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

As a web application developer, you always strive to give uniform and consistent look to your application. Clients have varied requirements; site should like aesthetic and should have a pleasing look. Good decent font and size and many more styles. We employ many different techniques like CSS, HTML style properties and any known methods to make the things work as desired.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Nov 15, 2007 Hits: 7 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

One of important goals of any application development process is making data presentation richer. ASP.NET 2.0 provides many server controls which render data in different rich formats and styles. For example, DataGrid control is suitable in many scenarios where you wish to display data in a grid like representation for easy understanding. Similarly, if the situation demands for rendering list like data, you can consider using of DataLists and Repeater server controls.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Nov 22, 2007 Hits: 4 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

As part of our discussion on new ASP.NET 2.0 features, we now discuss new server control Bulleted List. In our efforts to display organized data which makes sense to reader, we make use of different server controls in ASP.NET 2.0 to render organized data. Similarly, Bulleted List control also helps in displaying collection of items in a bulleted list. The Bulleted List server control is meant to display a bulleted list of items easily in an ordered or unordered fashion. To specify the individual list items in the list, you put a ListItem control for each list entry between the opening and closing tags of the Bulleted List
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Nov 22, 2007 Hits: 3 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

As a developer, you might face few requirements where you want to upload large documents, PDF's and images from your application. Then how do you manage and store such large data? Usually, traditional approach was to store those large files on web server's file system. But you also have database approach which allows you to store those large documents like PDF's, .zip files, images etc., as binary data directly in the database itself. Let's elaborate on Database approach a bit further. How do we usually store large data objects in Databases like SQL Server 2000? Ok, SQL server 2000 supports exclusive image data type to hold
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Nov 22, 2007 Hits: 4 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

Extensible Markup Language (XML) is a meta-markup language that provides a format for describing structured data. XML is the universal language for data exchange on the Web. XML gives developers the power to deliver structured data from a wide variety of applications to the desktop for local computation and presentation. Microsoft .Net framework provides integrated support for XML programming through core XML classes.2.0 with sample code in VB.NET.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Nov 22, 2007 Hits: 51 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

Before diving in to programming Message Queuing, this section discusses the basic concepts of messaging and compares it to synchronous and asynchronous programming. With synchronous programming, when a method is invoked, the caller has to wait until the method is completed. With asynchronous programming, the calling thread starts the method that runs concurrently. Asynchronous programming can be done with delegates,class libraries that support asynchronous methods(e.g Web service proxies) or by using custom threads.With both synchronous and asynchronous programming, the client and the server must be running at the same time.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Nov 22, 2007 Hits: 2 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

A Photo album is a popular approach to share pictures among friends, members or even the whole world. In this tutorial, we will be looking at how to implement a photo album in ASP.NET 2.0 and MS SQL 2005.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Nov 22, 2007 Hits: 4 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

In this article, I will explain about GDI+ in .NET Framework. If you haven't heard about GDI+, then GDI+ is a set of classes in .NET framework that deal with graphics. You can use GDI+ to draw custom drawing on the screen. GDI provides a layer of abstraction, hiding the differences between different video cards. different video cards.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Nov 22, 2007 Hits: 1 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

ADO.NET was first introduced in version 1.0 of the .NET Framework and provided an extensive array of features to handle data either live,while connected to the database ,or when disconnected.. With the introduction of ADO.NET 2.0, you can have more features and easier programming model. Some of the newly added features include the capability to to bulk load large quantities of data from varieties of sources, to batch process updates to the database with fewer roundtrips back to the database server, to reuse the same live connection for multiple operations as well as to achieve asynchronous access to the database.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Dec 5, 2007 Hits: 35 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

Pages: [<< First] [< Previous] 27 28 29 30 31 32 33 34 35 36 [Next >] [Last >>]

Category Jump :