Blogspot - msdotnetsupport.blogspot.com

General Information:

Latest News:

Reading Excel using OpenXML 8 May 2013 | 06:42 pm

public DataTable ReadDataFromExcel() { string filePath = @"c:/temp/temp.xlsx"; using (SpreadsheetDocument LobjDocument = SpreadsheetDocument.Open(filePath, false)) ...

Reading Excel using OpenXML 8 May 2013 | 06:42 pm

public DataTable ReadDataFromExcel() { string filePath = @"c:/temp/temp.xlsx"; using (SpreadsheetDocument LobjDocument = SpreadsheetDocument.Open(filePath, false)) { WorkbookPart LobjWorkbookPart = L...

Reading XML Content 8 May 2013 | 06:16 pm

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; using System.Diagnostics; using System.Threading; using System.Xml; using System.Reflection...

Reading XML Content 8 May 2013 | 06:16 pm

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; using System.Diagnostics; using System.Threading; using System.Xml; using System.Reflection...

Reading Excel using ClosedXML 8 May 2013 | 05:53 pm

I have used closedXML api to read the excel. Here is how you do it. Statistically, this performs better than OpenXML. public DataTable ReadDataFromExcelUsingClosedXML() { string filePath ="@c...

Reading Excel using ClosedXML 8 May 2013 | 05:53 pm

I have used closedXML api to read the excel. Here is how you do it. Statistically, this performs better than OpenXML. public DataTable ReadDataFromExcelUsingClosedXML() { string filePath ="@c:/temp/e...

In JavaScript, curly brace placement matters: An example by David 25 Oct 2011 | 08:26 am

I used to follow Kernighan and Ritchie style of code formatting, but lost that habit. Not sure how may hours spent on fixing JS issues due to Allman format. Every time I feel bad whilst Visual Studio ...

In JavaScript, curly brace placement matters: An example by David 25 Oct 2011 | 04:35 am

I used to follow Kernighan and Ritchie style of code formatting, but lost that habit. Not sure how may hours spent on fixing JS issues due to Allman format. Every time I feel bad whilst Visual Studio ...

ASP.NET Event Handling using ASPX and Code behind 8 Oct 2011 | 11:05 pm

This video shows how to register UI events in ASP.NET. Registration can be done in two ways first one is using APSX file and second one is using Code behind. This Video explains both the approaches, a...

ASP.NET Event Handling using ASPX and Code behind 8 Oct 2011 | 07:20 pm

This video shows how to register UI events in ASP.NET. Registration can be done in two ways first one is using APSX file and second one is using Code behind. This Video explains both the approaches, a...

Recently parsed news:

Recent searches: