Lost your password?

Blogs about: 14894870

Creating a Table in Word c#

huynhvothinh wrote 2 weeks ago: http://msdn.microsoft.com/en-us/library/aa192483(office.11).aspx  Word.Table tbl = ThisDocument.Tabl … more →

Tags: dotnet

Word program with c#

huynhvothinh wrote 2 weeks ago: http://www.c-sharpcorner.com/UploadFile/amrish_deep/WordAutomation05102007223934PM/WordAutomation.as … more →

Tags: dotnet

Three Layer Architecture in C# .NET

huynhvothinh wrote 1 month ago: http://www.codeproject.com/KB/cs/Three_Layer_Architecture.aspx Introduction Here in this article, I … more →

Tags: dotnet

Information Schema Views (Transact-SQL)

huynhvothinh wrote 1 month ago: http://msdn.microsoft.com/en-us/library/ms186778.aspx SQL Server supports a three-part naming conven … more →

Tags: SQLSERVER

Get table and column in sql server

huynhvothinh wrote 1 month ago: SELECT OBJECT_NAME(c.OBJECT_ID) TableName ,c.name AS ColumnName ,SCHEMA_NAME(t.schema_id) AS SchemaN … more →

Tags: SQLSERVER

Creating Custom Workflow Activities for SharePoint Server 2007 Using Visual Studio 2008

huynhvothinh wrote 1 month ago: http://msdn.microsoft.com/en-us/library/cc627284.aspx   In Microsoft Visual Studio 2008, you can cre … more →

Tags: Programming

Add Menu PersonalActions Feature at Microsoft.SharePoint.StandardMenu

huynhvothinh wrote 1 month ago: http://glorix.blogspot.com/2007/08/custom-action-locations-and-groupid.html I’ve been wanderin … more →

Tags: Extend_AddOn

Using SPCalendarView to show items in a calendar

huynhvothinh wrote 1 month ago: http://www.tonstegeman.com/Blog/Lists/Posts/Post.aspx?List=70640fe5%2D28d9%2D464f%2Db1c9%2D91e07c8f7 … more →

Tags: Programming

SharePoint Password Change

huynhvothinh wrote 1 month ago: http://www.sharepointboost.com/passwordchange.html SharePoint Password Change contains two Web Parts … more →

Tags: Extend_AddOn

Add Actions to the User Interface

huynhvothinh wrote 1 month ago: http://msdn.microsoft.com/en-us/library/ms473643.aspx To define a custom action for a particular men … more →

Tags: Extend_AddOn

show, hide control with javascript by style.display and style.visibility

huynhvothinh wrote 2 months ago: <html> <header> <title>javascript</title> <script type=”text/javasc … more →

Tags: javascript

Check User Permission with DoesUserHavePermissions In Site, Web, List, ListItem ..

huynhvothinh wrote 2 months ago: Check permission with: Name Description SPSite.DoesUserHavePermissions (SPReusableAcl, SPBasePermiss … more →

Tags: Programming

Using SPPermissionCollection

huynhvothinh wrote 2 months ago: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.sppermissioncollection.aspx SPSite oSit … more →

Tags: Programming

Check Permission of User in SPSite

huynhvothinh wrote 2 months ago: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.sppermission.aspx SPSite oSiteCollectio … more →

Tags: Programming

Introduction to Transactions

huynhvothinh wrote 3 months ago: http://www.sqlteam.com/article/introduction-to-transactions This article covers the basic of transac … more →

Tags: SQLSERVER

Add javascript Alert for Delete Linkbutton In Gridview

huynhvothinh wrote 3 months ago: http://www.dotnetspider.com/resources/23154-Adding-Javascript-Alert-for-Delete-button.aspx Event of … more →

Tags: Asp_net

Get data type of columns

huynhvothinh wrote 3 months ago: http://www.issociate.de/board/post/244540/Get_data_type_of_column.html sp_columns <Table_name> … more →

Tags: SQLSERVER

Get tables in sql server

huynhvothinh wrote 3 months ago: select table_name as Name from INFORMATION_SCHEMA.Tables where TABLE_TYPE = ‘BASE TABLE’ … more →

Tags: SQLSERVER

Short Keys in Visual Studio

huynhvothinh wrote 3 months ago:   http://zensoft.vn/ShowArticle.aspx?ID=775 General – Khái Quát       Shortcut Description Ctr … more →

Tags: dotnet


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS