Search results

  1. Permudious

    c# JsonConvert SerializeObject fails

    Good evening, I am developing a Web API for the first time, where I should like expect a JSON output. Whatever I try with a return I still have an invalid response. This is the output...
  2. Permudious

    C# Razor foreach with shopping cart

    Goodmorning, I am trying to build a webshop where I've got an issue to add items to a cart. In my case I have 3 simple Items (Cookies, Cakes and Donuts) and only the first item will be added in the cart by pressing on the add cart button. I really do not see why it is not working. <div...
  3. Permudious

    table printing

    Hi all, I was wondering if I can print a table inside HTML, I am able to do a print preview but I can't find where I can add some style. Below my code; I also made a codepen project, which will be easier to view. https://codepen.io/Permudious/pen/oNJrwLj <div class="left"> <div...
  4. Permudious

    c# Post JSON

    Hi there, I have written a code which seems like working but in c# I can't post a JSON request. When I do the same post in Postman, it is working fine. What do I wrong? string username = "demo"; string password = "password"; string firstname = "John"...
  5. Permudious

    c# Send telnet command WinForms

    Hiya! I am developing a tool which is using Tenet. I would like to send a command. I have test this directly in Windows so the parameters should work, but I have no Idea how I can send a command when I press on a button. This is the code below; Please keep in mind; IP = 127.0.0.1 (localhost)...
  6. Permudious

    Client change r63a

    Hello ! I had just one question . I want my swf going to make a little different for the loading thereof . I want to change the bars at the top right . Towards the middle like the style of new crypto . Does anyone know where I should look into the swf it is HabboUI editor? Thank you in...
Top