You are currently browsing the archives for the HTML/ASP/ASP.NET category.

Breaking News

Crystal Reports in ASP.NET 2.0

Ade Aan @ March 4, 2008 # No Comment Yet

The Need
My clients need to be able to preview/print the detail of bill of lading in our cargo tracking web. We are using ASP.NET 2.0, C#, Crystal Reports 10, and SQL Server 2005 as back-end database.
The Problem
It works properly with ‘pull’ method when the database doesn’t need to changed. But, we have different database for [...]

More on page 113

Yahoo Messenger

Ade Aan @ August 10, 2006 # No Comment Yet

Pernah denger yahoo messenger ? kalo anda punya web pribadi, mungkin anda ingin menampilkan status YM anda apakah offline atau online.
Berikut caranya, tambahkan script dibawah ini di halaman html anda:
<a href = ‘ymsgr:sendim?IDYahoo’>
  <img src=”http://opi.yahoo.com/online?u=IDYahoo&m=g&t=StyleID” border=0>
</a>
Style ID adalah nomor mulai dari 1 – 3.

More on page 20