How to fix: can’t type in textbox inside kendo sortable

0 Comments

I had some input type=”text” html elements inside a kendo sortable. These textboxes couldn’t get focus, I was unable to type in the textbox, due to the fact it was inside a “draggable” element. (first

How to send a free SMS from C#

0 Comments

I used the following code to send a free SMS from C#, by using the messagebird REST service.   using System; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; namespace DocumentenService.Client { public class Program { public