-
Visual Studio IDE Errors
Every now and then I would get an error “An exception occurred while trying to create an instance of…” when trying to open a .aspx page. This solved it (from DotNetJunkies):Tip #1: Debug Open the project’s properties dialog, set the debug mode to “program”, apply, set “start application” to your VS.Net IDE (“devenv.exe” in the…
-
Rules=”all” in Datagrid breaks Firefox
-
.NET Framework 1.1 SP1 Resets ASPNET Account
-
Losing Intelli(s|g)ense with Visual Studio
-
DataGrids and Properties
Why in THE WORLD, must I have properties in my object in order to see them in a DataGrid? For instance, if I create collection Wookies, each wookie better have a: private m_hairColor; public string HairColor { get{return m_hairColor;} set{m_hairColor = value;} } and not just public string HairColor; or it will give you some…
-
Setting Focus on ASP.NET field
-
Binding a DropDownList to an Enumeration
-
Setting a Column to Itself in a Where Clause
-
Help Make Blogs More Visible!
There are by some estimates more than a million weblogs. But most of them get no visibility in search engines. Only a few “A-List” blogs get into the top search engine results for a given topic, while the majority of blogs just don’t get noticed. The reason is that the smaller blogs don’t have enough…
-
Export your Data In Sql Server Using A Stored Procedure