This blog is about my history as a software engineer utilizing technologies C#, Java, React, JavaScript, .NET Core, SQL Server , Oracle, GIT, GitHub, Jira, Azure, AWS and HTML5. “I have not failed. I've just found 10,000 ways that won't work.” Thomas A. Edison. Please click on all my ADVERTISING links to help support this blog. Thank you.
Thursday, March 31, 2005
C# ADO.NET
The first step in any database operation is to create a Connection object and establish the connection by calling its Open() method.
Wednesday, March 30, 2005
C# Clearing dropdownlist.listitems
If you are trying to clear a listitems in asp.net simple type the following:
myList.Items.Clear();
Moojjoo Blog
myList.Items.Clear();
Moojjoo Blog
Saturday, March 05, 2005
Subscribe to:
Posts (Atom)