Robert Dannelly Jr - Passionate Software Engineer Blog - Dannelly Solutions

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!

Monday, July 25, 2005

DataGrid ItemCommand not firing

›
# re: DataGrid Paging Events not firing 7/25/2005 3:10 PM Moojjoo Well everyone... Thank you. I read everybody's response and everyone...
Wednesday, July 20, 2005

ADO.NET Accessing Data in a DataSet > DataTable > DataRow

›
Good Stuff if you return one row from the database. string strSQL_Table = "Update_Employee"; // Populate Text Boxes with data ...
Tuesday, July 12, 2005

SQL Server Query for all values within a month

›
I have been working on a project at work and I discovered the following works for retrieving dates from SQL Server: SELECT * FROM view_Em...
Monday, July 11, 2005

Moojjoo Blog

›
Moojjoo Blog Learning more about C# logic everyday. I needed a dropdown that would display dates in a reverse order so how do you do th...
Friday, July 08, 2005

Moojjoo Blog - Using User Controls in Datagrid

›
And the anwser is: In the code behind: str_emp_dept = Convert.ToString(((Department_dropdown)e.Item.FindControl("Department_dropdown2...
Wednesday, April 13, 2005

RECORD COUNT ADO.NET, C#

›
Moojjoo Blog THE FOLLOWING CODE IS FOR COUNTING RECORDS IN A DATABASE USING ADO.NET, C# //string countSQL = "SELECT COUNT(userI...
1 comment:
Saturday, April 02, 2005

ADO.NET Error Occurred: Operation must use an updateable query

›
Error Occurred: Operation must use an updateable query.I keep receiving the following error: 'sliderbutton.gif' Received...Content-T...
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
Saturday, March 05, 2005

C# ASP.net Blog

›
The following is a library of all the things I have learned since using C# ASP.NET.
‹
Home
View web version

About Me

My photo
Moojjoo
Software engineer with background in technology development and engineering. Drives innovative solutions and leads Agile teams to surpass business objectives and meet the evolving needs of product owners. Looking to support a company using expertise, combined with the utilization of AI GitHub Copilot to contribute to the advancement of cutting-edge technologies ther and overall organizational success. Experience with security and architectural design for enterprise JAVA and .NET applications. Strong communicator who easily explains technology solutions to stakeholders.
View my complete profile
Powered by Blogger.