This blog shares my journey as a software engineer, along with personal reviews and life experiences I’ve gained along the way. “I have not failed. I've just found 10,000 ways that won't work.” — Thomas Edison. If you enjoy my content, please support it by clicking on ads (free for you, big help for me!) or by buying me a coffee on Ko-fi. 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)