N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Showing posts with label
VB.NET
.
Show all posts
Showing posts with label
VB.NET
.
Show all posts
Tuesday, August 12, 2014
How to Parse datetime in multiple formats
›
Here is how we can parse different date formats get validated using one function. In VB.NET '''Validate method for Date format...
1 comment:
Wednesday, June 05, 2013
How to Validate Date based on format “MM/dd/YYYY” in VB.NET
›
Here is the sample code snippet which I wrote to do date validation for a particular format and culture. 1: Private Function validat...
1 comment:
Monday, June 03, 2013
How to Kill Excel Ghost Process in SSIS using VB.NET
›
Here is the simple method to kill Excel Ghost process which is running behind scene while running SSIS package. Here is a small method to ki...
3 comments:
How to Kill specific Excel Ghost Process generated in SSIS using VB.NET
›
There are some scenarios where we might need to kill excel process programmatically. Even though we use proper error handling and try catch...
1 comment:
›
Home
View web version