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 :
This is very basic level of tutorial in which I will explain how to fetch and read data from an web service. I expect that you have basic knowledge of XML and ASP.NET.

I will take the example of AMAZON's webservice, which is used by many retail sellers to get the updated information about product's (price, ASIN, SKU part # etc). What we will do is that we will query for some brand or product to web service exposed and it will return an XML document. That XML documents information
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Aug 14, 2008 Hits: 0 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

Before reading this tutorial you should be familiar with ASP.NET and C# or VB.NET (examples will be provided in both C# and VB.NET).

If you don't already have Visual Studio installed on your computer you can download Visual Web Developer 2005 Express Edition freely from the Microsoft website.

To download AJAX Extension go to www.asp.net, click on "AJAX" tab at the top of the page, then click on the "Download" button, and at last click "Download ASP.NET AJAX v1.0" button. Save
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Aug 14, 2008 Hits: 0 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

One very common requirement of many web applications is to display a thumbnail image of a web site. A typical example is to provide a link to a dynamic website displaying its current thumbnail image, or displaying images of websites with their links as a result of search (I love to see it on Google). Microsoft .NET Framework 2.0 makes it quite easier to do it in a ASP.NET application.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Aug 14, 2008 Hits: 0 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

For this tutorial you should have basic knowledge in programming with C#. Meaning you should know which Data Types you can use, what kind of operators and basic functions you can use on them and how to set up control (if/else) and iteration structures (while/for). Understanding the fundamentals of object-oriented programming is also very usefu
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Aug 14, 2008 Hits: 0 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

ASP.NET provides a simple mechanism to upload image files to a database, like SQL Server. The images can be stored in a database table attribute that is of image data-type.

You can use the following SQL statement to create a table that can store image files:
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Aug 14, 2008 Hits: 0 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

While coding, is necessary to follows guideline or criterion of coding standard? We have a problem and we are going to write code for that. We are getting what we want then what is the need of terms like coding standard? Are they really useful? In this article we are going to find out answers of our questions…
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Aug 16, 2008 Hits: 0 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

This beginner tutorial will give you a small summary of the most important ASP.NET server controls. Every server control has a tag with the runat="server" attribute and is converted to client-specific XHTML. ASP.NET server controls are objects and have their own properties, methods and event handlers. Interesting to know is that server controls can keep their state (value and design) stored between subsequent page requests thanks to StateView.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Aug 28, 2008 Hits: 0 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

There are several kinds of mistakes you can make when you coding, no matter how skilled you are. It can be very hard to track down the problem in your code. Fortunately the .NET Framework SDK includes a lightweight debugger that is perfectly suited for this task. Together with Tracing and Exception Handling you're armed and ready.



There are several kinds of mistakes you can make. The first group of mistakes is the easiest one to find: syntax errors. These are errors against the syntax of a particular programming language (in this case C#). Visual Studio underlines syntax errors at design time and provides a tooltip with some extra explanation. If you happen to miss out an error and try to compile, you'll get an Error List (or View > Error List) with all the errors in it. Double clicking an error will bring you to the line that has to be corrected.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Aug 28, 2008 Hits: 0 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

A professional Web site will have a standardized look across all pages. It can be difficult to maintain a standard look if you must always put the common pieces in place with every single web for you build. A Master Page defines the look and feel and standard behavior as a template for all the pages (or a group of pages) in your application. Your Web form only needs to define the unique content itself and this will plug into specified areas of the Master Page layout at runtime.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Aug 28, 2008 Hits: 0 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

In the business layer you have all the domain classes with their variables, properties and methods. The variables contain the status of your business entity and are hidden to the outer world by using data hiding (private, protected). Public properties provide the data of these variables to client applications while methods implement the business logics.
It's common used to have a Facade in front of your business classes to provide communication with the client application or presentation layer. A facade combines all the methods that can be used from outside in one single class and makes it easier for others to use the business layer since it's not needed to know how everything works behind the facade.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Aug 28, 2008 Hits: 0 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

Pages: [<< First] [< Previous] 31 32 33 34 35 36 37 38 39 40 [Next >]

Category Jump :