Categories
ASP.NET → Tips and Tutorials

Implementing Web Service Clients

Explains how Web services work and how to call it from ASP.NET. When we create and run this web service , it will be run by a web browser. However, in real life, the true aim of web service can only be achieved if we can call it from some web a...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

DataSet and DataAdapter in ASP

Explains how to work with multiple tables, handle errors and how DataSet tracks modified table rows. Whenever a row is changed, its status is set from UnChanged to Modified. Whenever, a new row is added, its status would be depicted by DataRow.Added.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Master Pages with CSS layout

This tutorial is just a starting point to show you how you can combine CSS layouts and Master Pages to create a fairly straightforward 2 column CSS layout for your website.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Introducing Really Simple Syndication in ASP.NET

Really Simple Syndication (RSS) is an XML standard for declaring content entries for small content feeds. The RSS format has gained popularity over the years due to its simplicity. The XML file formatted according to the RSS specification is either f...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD
  • Licenses
    • Freeware
DETAILS

Writing binary files using BinaryWriter

In this source code we will look at anyother new focus on ASP.NET. We could write binay files using BinaryWriter class. Let''s see it on a sample code. .
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Displaying XML to DataGrid

In this source code we will look at how to read an XML data source and how to put it on our ASP.NET page. For this example you can use a sample XML file putting same folder with our source code. .
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

DataSet and DataAdapter in ASP.NET 2.0

Datasets store a copy of data from the database tables. However, Datasets can not directly retrieve data from Databases. DataAdapters are used as a link between them. This tutorial explains how to manipulate data in database using DataSet and D...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

ASP.NET HOW DO I Video Series: Tips and Tricks

This Tips && Tricks video covers many useful techniques for enhancing ASP.NET 2.0 web sites using Visual Web Developer 2005 Express Edition. Topics include encrypting sensitive information stored in web.config, maintaining the browser scroll ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Creating Our First ASP.NET Web Page

With this paper we''ll be creating an ASP.NET Web page that serves as a financial calculator. This paper will focus on building the ASP.NET Web page, with only a light discussion of the source code and Web controls used.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

How to use SCOPE_IDENTITY() in ASP.NET

In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database. .
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com