
Radio and PodcastLive Radio & Podcasts
HPR4629: What did I do at work today? Part 2
This show has been flagged as Clean by the host. This show is about developing features for a web application. The technology used is ASP.Net WebForms , the programming language is Visual Basic .Net along with HTML and C...
About This Episode
HPR4629: What did I do at work today? Part 2 is an episode from Hacker Public Radio by HPR Volunteer. This show has been flagged as Clean by the host. This show is about developing features for a web application. The technology used is ASP....
This episode belongs to Hacker Public Radio.
Use the player on this page to stream the episode online.
Published Apr 30, 2026, audio available.
Questions About This Episode
What is HPR4629: What did I do at work today? Part 2 about?
This show has been flagged as Clean by the host. This show is about developing features for a web application. The technology used is ASP.Net WebForms , the programming language is Visual Basic .Net along with HTML and CSS and the development environment is Windows 11 running under a virtual machine in Linux, with Visual Studio and SQL Server as the database. Other tools used are Git , Github , Joplin and Dropbox , Google Gemini and a tool called Beyond Compare . ResourceRowControl.ascx.vb Public WriteOnly Property ResourceObject As Resource Set(obj As Resource) If obj IsNot Nothing Then HiddenResourceID.Value = CStr(obj.ResourceID) HiddenResourceTypeID.Value = CStr(obj.ResourceTypeID) Resource.Text = obj.ResourceName Type.Text = obj.ResourceTypeName Available.Checked = obj.ResourceAvailable End If End Set End Property Private Sub Available_CheckedChanged(sender As Object, e As EventArgs) Handles Available.CheckedChanged Dim objResource As New Resource With objResource .ResourceID = ResourceID .ResourceName = Resource.Text .ResourceTypeID = ResourceTypeID .ResourceAvailable = Available.Checked End With objResource.Add() End Sub ResourceRowControl.ascx <tr> <td> <asp:Label runat="server" ID="Resource"></asp:Label> </td> <td> <asp:Label runat="server" ID="Type"></asp:Label> </td> <td> <asp:Button runat="server" ID="Edit" CssClass="Pointer fa" BackColor="White" ForeColor="#741E43" BorderStyle="None" Text="" /> </td> <td> <asp:Button runat="server" ID="Delete" CssClass="Pointer fa" BackColor="White" ForeColor="#741E43" BorderStyle="None" Text="" OnClientClick="return DeleteResourceRow(this.id)" /> </td> <td> <label class="toggle-checkbox"> <asp:CheckBox runat="server" ID="Available" AutoPostBack="true" /> <span class="slider"></span> </label> </td> </tr> Provide feedback on this episode .
Where can I listen to HPR4629: What did I do at work today? Part 2?
You can listen to HPR4629: What did I do at work today? Part 2 online on Radio and Podcast. Open the player on this page to stream the available audio.
Which podcast is HPR4629: What did I do at work today? Part 2 from?
HPR4629: What did I do at work today? Part 2 is an episode from Hacker Public Radio by HPR Volunteer.
How long is this episode?
The episode duration depends on the source podcast feed and may not always be available.
When was this episode published?
This episode was published on Apr 30, 2026.
Can I save HPR4629: What did I do at work today? Part 2 for later?
Yes. Use the heart button on the episode page to add it to your favorite episodes list.
Are there related episodes from Hacker Public Radio?
Yes. This page shows related episodes from Hacker Public Radio when more episodes are available from the podcast feed.
Quick Answers About This Episode
Where can I listen to HPR4629: What did I do at work today? Part 2?
You can listen to HPR4629: What did I do at work today? Part 2 on this page when the episode audio is available from the podcast feed.
Which podcast is this episode from?
HPR4629: What did I do at work today? Part 2 is from Hacker Public Radio by HPR Volunteer.
What are the episode details?
Published Apr 30, 2026