asp.net wizard control sidebar template customization
Question: How to change sidebar template of the wizard control so that only previous wizard steps would be enabled? Answer:Create something like this in your *.aspx file:...
View ArticleC# .NET project fails to compile because of System.Data.SqlClient SortOrder...
Had a headache because of compilation of project which was using System.Data.SqlClient SortOrder data type. After some hours of investigations we found out that Microsoft .NET framework 2.0 SP1 was not...
View ArticleGeneric Configuration Section Handler
Check this link. It is a good way to deal with configuration sections in .NET environment.
View Articlec#.NET file acces denied problem
I was trying to access a file with the user having only read permission. the code looked like: [code lang=”c#”]FileStream fs =new FileStream( “c:\path\to\file.ext”, FileMode.Open); [/code] and it uset...
View Articlejava, *.jar to c# .NET
Use tools from ikvm.net to generate .NET libraries out of java code.
View Articlec# .net code snippet to cache xslt objects
XslCompiledTransform class is used to perform xslt transformation. Construction of the instance of the object of this type takes some time as it has to load, parse and compile xslt file and all the...
View Article