Rakesh Rajan's blog

Thoughts on .NET, software and a few trivial things...

Browse by Tags

All Tags » ASP.NET (RSS)
Sorry, but there are no more tags available to filter with.
System.Data.OleDb.OleDbException: Unspecified error
System.Data.OleDb.OleDbException: Unspecified error while calling the Connection.Open method on an Access or Excel file within ASP.NET. This is an issue you could face while opening Excel or Access files as data sources in ASP.NET using OleDb Jet. Cause...
Posted: Jul 04 2005, 03:04 PM by rakeshrajan | with 5 comment(s)
Filed under:
Just posted my first ASP.NET article!
I just posted my first ever ASP.NET article :) That too, after a significant time! Hmm...I should write more frequently...
Posted: Jun 05 2005, 08:26 PM by rakeshrajan | with 4 comment(s)
Filed under:
Data binding syntaxes
Background DataBinder.Eval and the standard explicit casting of Container.DataItem are the two syntaxes you could use while performing data binding. Some developers are stringent on performance (they use only the standard syntax), some are concerned about...
Posted: Apr 10 2005, 04:05 PM by rakeshrajan | with 5 comment(s)
Filed under: