Monthly Archive: January 2009
Currently I am having the issue that when I create dynamic controls, even though I re-create them they still lose their respective ViewState. How can I ensure that my Dynamic ASP.Net controls and User...
Currently I have a Gridview that uses the following TemplateField: <ItemTemplate> <asp:TextBox ID="txtRangeFrom" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "ScoreRangeLow") %>' > </asp:TextBox> <label for="to">To </label> <asp:TextBox ID="txtRangeTo" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "ScoreRangeHigh") %>'...
What is the best way to implement a Singleton in C#? Is there a good reference to find examples that are both optimized for the .Net and C# programming environments? How about an example...
I get the following error when Excecuting a NonQuery in .Net for a SQL Database (DBCommand.ExecuteNonQuery(cmd)): [System.Data.SqlClient.SqlException] = {"Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count =...
I am trying to develop applications faster and I don't want to re-envent the wheel. Is there a place where I can find Industry wide accepted standards based library so that I can build...
How do you change the default project where Visual Studio creates projects? I am specially interested in this as when you open a Source Safe project it places the files there and having...
Is there a way to avoid having network shares not being trusted by Visual Studio?
After installing Visual Studio 2008 and Source Safe (in order to install the Source Control plug-in) you are unable to add a database and begin working. Why does that happen?
Everytime I work with Group Policy I see that there is an option that says "Enforced". This is sort of misleading as Group Policy is always enforced so what does this setting really do?
I was wondering what ports should I open in either Windows Firewall or a Corporate Firewall so that other computers can communicate with my instance of SQL Server.