Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
About Me

Microsoft Professional with more than 10 years of experience.
Coordinator of Cochin .Net User group http://groups.msn.com/cochindotnet

Email : shalvin@gmail.com
Blog : http://shalvinpd.blogspot.com
Site : http://shalvin.com

Interests
Programming Microsoft .Net Corporate Training Consultancy
Favorite Tags
Member Avatar for Shalvin

Placing ComboxBox in DataGrid Cell is a task usually found in Invoicing application. Here is my version of same.

Member Avatar for debashishm
0
141
Member Avatar for Shalvin
Member Avatar for bruceraymond
0
151
Member Avatar for Shalvin

EventViewer can be accessed by Selecting Event Viewer from Administrative Tools of Control Panel. This code snippet will add an Entry called Shalvin inside the Application section.

0
116
Member Avatar for Shalvin
0
133
Member Avatar for Shalvin

aspnet_regsql is a tool user for installing membership, role and personalization tables to Sql Server. 1. Porting all tables to Sql Server 2. Porting only membership tables to Sql Server 3. Removing all membership and role tables 4. Removing Personalization tables. I am be posting a detailed blog on Membership …

0
145
Member Avatar for Shalvin

Web site Administration Tool is accessible only from the hosting server. Many times programmers won't have direct access to the the hosting server. So knowledge of ASP.Net Membership classes is an added advantage in creating an administrative module for the site. In this code snippet we will take up: 1. …

0
101
Member Avatar for Shalvin

CAS is the programatically means by which you secure the resouce of a system like file system, printer, registry, etc. in contrast to Role Base Security (RBS)

0
122
Member Avatar for Shalvin

Serialization is the process of saving the state of an object into persistant medium. BinaryFormatter class is used for serializing and deserializing an object. HybridDictionary is optimized for key-based item retrieval from both small and large collections.

Member Avatar for belynmoon
0
257
Member Avatar for Shalvin

Though .Net classes are vast and versatile at time you will have to resort to Win32 API calls for accomplishing certain tasks. The following code shows a simple example of invoking a Win32 api. The best way to use Win32 apis is to encapsulate it in a class module. The …

0
461
Member Avatar for Shalvin

TreeView was one of my favourite control in COM. It is well suited for creating Chart of Accounts, Hierarchical data and the like. Though there is a tree view in .Net I find it less flexible in comparison to COM TreeView. The issue with using COM TreeView in C# is …

0
220
Member Avatar for Slade

Anyone got any idea's for a hit counter for a webpage in asp .NET, using the VB code behind? Any help would be really appreciated.

Member Avatar for amitpathak
0
1K