Red Souldier

This user hasn't shared any biographical information


Posts by Red Souldier

Read Excel Cell Value from ASP.NET 2008 – VB.NET

June 4, 2009 - 1:07 am

Tags: , , , , ,
Posted in VB.NET | No comments

In this article I will show how to read value from excel per cell,

  • Share/Bookmark

Function Terbilang (Number to text) in Indonesian Language using crystal report

May 26, 2009 - 2:42 am

Tags: , ,
Posted in Crystal Report | 1 comment

After googling the net to find anyone who post on how to create function Terbilang in crystal report, finally I found one site thats really works.

  • Share/Bookmark

Function Terbilang (Indonesia Currency) vb.net

May 26, 2009 - 1:01 am

Tags: , , ,
Posted in VB.NET | 7 comments

This function is used to convert from numeric to text in indonesia language. This function was coded for vb.net

Public Function Terbilang(ByVal nilai As Long) As String
Dim bilangan As String() = {"", "satu", "dua", "tiga", "empat", "lima", _
[...]

  • Share/Bookmark

SQL Server Management Objects with VB.net

May 23, 2009 - 2:40 pm

Tags: , , ,
Posted in VB.NET | 1 comment

SQL Serverâ„¢ Management Objects (SMO) offer developers a robust toolset for operations such as backing up and restoring databases, and issuing Data Definition Language (DDL) commands. Using SQL SMO you can also connect to SQL Server, iterate through a collection of database objects and perform a variety of tasks against them.

  • Share/Bookmark

Microsoft SQL Server 2005 Cursor Example

May 19, 2009 - 12:54 am

Tags: , ,
Posted in Microsoft, SQL Server | 2 comments

DECLARE @id INT
DECLARE @name varchar(25)
DECLARE db_cursor CURSOR FOR
SELECT id,name From myTable
OPEN db_cursor
FETCH NEXT FROM db_cursor INTO @id, @name
WHILE @@FETCH_STATUS = 0
BEGIN
– do something
FETCH NEXT FROM db_cursor INTO @id, @name
END
CLOSE db_cursor
DEALLOCATE db_cursor

  • Share/Bookmark

Virtuemart, Remove SKU and Price in list view

May 1, 2009 - 12:25 am

Tags: ,
Posted in Joomla | 8 comments

When you are having virtuemart in Product List Style = Flat Product List, you will see SKU and Price. Some people might not want to show SKU or price column. In virtuemart you cannot simply hide it, but there is other ways that you have to do it manually.
Here is step by step how to [...]

  • Share/Bookmark

Icare : Futuristic Motorcycle from Enzyme Design

March 5, 2009 - 3:22 pm

Posted in Automotive | No comments

Now be a style icon with the Icare high-end futuristic bike. With its eccentric looks and spectacular design it surely is a dream come true for all the bike lovers. The engine, which is Honda 6 cylinder flat engine and 1800cm3, is completely out of this world and will definitely keep you mesmerized. Its powerful [...]

  • Share/Bookmark

Sorry guys, MyHpf now officialy scam

March 4, 2009 - 3:37 am

Posted in Making Money | No comments

This morning I check my account earning in myhpf website. I already set a target within one day I search around 30 words. I hope I can get more.
And you know what happen, this page comes out

As you can see Im from indonesia, and indonesia is the countries they are able to offer their service. [...]

  • Share/Bookmark

Earn Money to post in website

March 4, 2009 - 2:59 am

Posted in Making Money | No comments

Why not try this sites:
w7Talk currently offers it’s users $0.03 per new thread and $0.02 per new post as a standard base rate. However, we run frequent promotions, competitions, and integrate extra terms into our service meaning our users can earn so much more than these standard payment rates for pay per post.
Please take a [...]

  • Share/Bookmark

Dawn Yang @ MAXIM (Singapore Magz)

March 3, 2009 - 4:17 pm

Tags: , , , , , , , , , , , , ,
Posted in Toilet Reader | 1 comment

Name: Dawn Yang
Country: United States
State: New York
Metro: New York City
Gender: Female
Interests: travelling the world / asian food / racing / go-karting/ good films / good reads / satire / taking pics / events / desserts n pastries / bargain shopping / God / new experiences / mahjong / scrabble / boardgames/ design / mysteries n [...]

  • Share/Bookmark