Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

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:

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:

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:

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:

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:

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:

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:

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:

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:

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:

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:

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
 
Page view tracker