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 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...
I just posted my first ever ASP.NET article :) That too, after a significant time! Hmm...I should write more frequently...
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...