Again, my apologies. That error message took me off in the wrong direction, I think, originally. Well, I think I have resolved this….it seems like it had nothing to do with a MVF. I ended up trying different approach. I just can figure out why the value was bein...
This is a really interesting statement. This has never happened to me. And I think of myself of having multiple opinions that strongly disagree with common views here. I wonder if that indicates that I'm not being vocal enough. The strange thing about this is that in order to g...
1 Public Function GetStudent(ByVal Id As Integer) As Data.DataTable 2 Dim myCS As String = ConfigurationManager.ConnectionStrings("URAPConnectionString").ToString 3 Dim myConn As SqlConnection = New SqlConnection 4 myConn.ConnectionString = myCS 5 Dim myCmd As SqlCommand = New SqlCommand 6 m...
The jQuery code there then takes that response and changes that DIV to have the image as the background, and changes the link on top of it to link to the image. The “frame1.png” is a transparent png file that makes the nice frame around the image. The frame sits inside the div,...
video = try_get(response, lambda x: x['result']['video'][0], dict) or {} description = video.get('summary') duration = float_or_none(video.get('durationMs'), scale=1000) view_count = int_or_none(video.get('views'))EMBEDDING YOUTUBE-DLyoutube-dl makes the best effort to be...
Earlier, I posted a response thinking that I had figured this out, but on more careful review I realized I was wrong and deleted that post. That said, I think there is a much more straightforward approach we can take. First, note that the combo box is bou...