Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Elton's Ark
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
C# Programming
Learning Notes
MDAC
SharePoint
Archives
July 2006 (1)
March 2006 (1)
February 2006 (1)
January 2006 (1)
December 2005 (1)
November 2005 (2)
October 2005 (1)
September 2005 (1)
May 2005 (3)
Hot Links
Code Project
SourceForge.NET
ASP.NET
Windows Live
Browse by Tags
C# Programming
Learning Notes
MDAC
SharePoint
Monday, July 31, 2006 10:02 AM
work-around on PLS-00103 error
If a stored procedure has a default value parameter defined in Oracle (8i) backend and you want to call this stored procedure using ADO with MSDAORA provider, it may fail and return a error message for some scenarios, for example: Stored Procedure: ##########################
Posted by
Elton
|
0 Comments
Filed under:
MDAC
Monday, March 06, 2006 4:24 PM
Got an error today: EventType clr20r3, P1...
Today after I compiled my winform program in Windows XP with .NET Framework 2.0, I copied the assembly to another Windows 2003 ENT Server. When I run this program in W2k3 server, nothing responded, and following message is created in Application Events.
Posted by
Elton
|
70 Comments
Filed under:
C# Programming
Wednesday, February 22, 2006 2:51 AM
Sort the objects in ArrayList
It should be a frequent scenario to sort the order of objects in a collection, such as ArrayList. ArrayList in c# provide a method named Sort(). But we need to let ArrayList know the detailed sorting algorithm. There are two means to implement this: 1.
Posted by
Elton
|
0 Comments
Filed under:
C# Programming
Saturday, January 21, 2006 12:35 AM
the LabelEdit property in TreeView class
Today I want to add the RENAME feature to maintain the Test Case Tree in StepRecorder, which exactly like the operation in Windows Explorer. After user right click a node, the selected node turns to Edit Mode, and user could type the new name in the edit
Posted by
Elton
|
2 Comments
Filed under:
C# Programming
Friday, December 16, 2005 10:57 AM
How to drag and drop the treenode in TreeView Controls
Found a great article on this, and I will investigate it latter. http://www.codeproject.com/cs/miscctrl/TreeViewDragDrop.asp
Posted by
Elton
|
0 Comments
Filed under:
C# Programming
Tuesday, November 22, 2005 10:52 PM
How to solve the issue of "The server instance specified was not found. Please specify the server's address and port."?
Today, when I want to use "stsadm -o addwppack..." command to add a web part into the team website, an error message returned "The server instance specified was not found. Please specify the server's address and port" Fortunatelly, I seeked for the help
Posted by
Elton
|
1 Comments
Filed under:
SharePoint
Thursday, November 17, 2005 6:43 PM
A good article on how to create the Area Templates in SPS2003
Today, Jeffrey asked me to find how to create Area Template and it will be used in his new team site. Fortunately, I find an article with detail information. Working with Sharepoint Portal Server 2003 Area Templates
Posted by
Elton
|
0 Comments
Filed under:
SharePoint
Friday, October 21, 2005 11:15 PM
How to display Visio file in SharePoint web part
I have an idea recently that I want our project web site could display Office Visio file and Office Project .mpp file. Visio attract me very much for its powerful diagram elements, it could centralize my thinking in a diagram and it is so easy understanding
Posted by
Elton
|
16 Comments
Filed under:
SharePoint
Saturday, September 17, 2005 9:56 PM
Learning Notes - Extreme Programming (1)
XP is a new development model which I first heard at last year. Recently I had a book named "Extreme Programming Adventures in C#" and I am a bit interested in it and decide to write down what I learned and what I thought. Today, suddenly when I am smoking
Posted by
Elton
|
0 Comments
Filed under:
Learning Notes
Tuesday, May 31, 2005 2:23 AM
How to take advantage of office components in sharepoint portal server - spreadsheet
My boss confirmed it is acceptable that our website's users need MS Office 2003 installed in their local machine to interact with the Office Components in the web page. I found the solution to avoid users modify spreadsheet data directly. First, let's
Posted by
Elton
|
6 Comments
Filed under:
SharePoint
Sunday, May 29, 2005 9:48 PM
How to take advantage of office components in sharepoint portal server - installation
Recently, I was assigned a task that there is a excel file need to be displayed in our website. Of course, the website is based on SharePoint Portal Server 2003, and I think it is so amazing a tool among the series of Microsoft software products. I knew
Posted by
Elton
|
0 Comments
Filed under:
SharePoint
Sunday, May 29, 2005 9:38 PM
I am here!
This is the first message posted here, and feel it is wonderful! Betsy Aoki, thank you very much! You are so nice that solved my problem in your weekend.
Posted by
Elton
|
0 Comments