How to Create Chart in ASP.NET C# with SQL (Bar Chart) Chart.js

Поделиться
HTML-код
  • Опубликовано: 11 ноя 2024

Комментарии • 28

  • @RSDServices
    @RSDServices  2 года назад +1

    Source Code with Database Table Script ::
    github.com/rsoftwared/RSD-BarChart.git

  • @balenziphillip8410
    @balenziphillip8410 9 месяцев назад +1

    great work bro, thanks

  • @TheCycl0ps
    @TheCycl0ps Месяц назад +1

    God Bless U

  • @vshah2703
    @vshah2703 2 года назад +3

    Great explaination, many thanks.

  • @johnsilva2806
    @johnsilva2806 2 месяца назад +1

    i'm developing a web app on windows. but when i deploy in production, the server is linux. is this suitable for my case? anyone?

    • @RSDServices
      @RSDServices  2 месяца назад

      In most cases window apps run in the windows OS environment.
      You can use Universal Package Manager in Linux to run the win app.

  • @markdanielcena
    @markdanielcena Год назад +1

    thanks! liked and subscribed :)

  • @Morais709
    @Morais709 6 месяцев назад +1

    how to show data label

    • @RSDServices
      @RSDServices  2 месяца назад

      Please check the chart.js

  • @amitranasubhe
    @amitranasubhe 2 года назад +1

    Very nice. Thank you

  • @sayeedamin3664
    @sayeedamin3664 Год назад

    the provided link doesn't have Chart.aspx

    • @RSDServices
      @RSDServices  Год назад

      Please check the default.aspx form.

  • @ayemyatthuzarhan9157
    @ayemyatthuzarhan9157 3 года назад +1

    Hello sir, I'm doing this for web application, and how can I change "adding literal part" in .cshtml. Can you answer me please.

    • @RSDServices
      @RSDServices  3 года назад +1

      Thanks for the comment. This video is about ASP . NET C# Web Form. But you're talking about ASP . NET C# MVC like Razor etc. In .cshtml you can using like this one :
      Controller :: ViewBag.HTMLData = HttpUtility.HtmlEncode(htmlString);
      View :: @HttpUtility.HtmlEncode(ViewBag.HTMLData)

    • @ayemyatthuzarhan9157
      @ayemyatthuzarhan9157 3 года назад +1

      @@RSDServices Thank you for the answer. Sorry for my questions again. i tried to write ViewBag.HTMLData = HttpUtility.HtmlEncode(htmlString); in controller below if(list.count > 0) and @HttpUtility.HtmlEncode(ViewBag.HTMLData) in view within canvas tag. But no output , Can you answer me where to write please. I'm using script tag in view page.

    • @RSDServices
      @RSDServices  3 года назад +1

      @@ayemyatthuzarhan9157 Please have a look at this link :
      www.c-sharpcorner.com/article/charts-in-asp-net-mvc-using-chart-js/
      I think it will clear your issues. Feel free to share more things/issues regarding ASP . NET C# Web Forms, Sql Server etc.

    • @ayemyatthuzarhan9157
      @ayemyatthuzarhan9157 3 года назад +1

      @@RSDServices Thanks sir. It works. I am very new to C# and there's so much difficulties in learning and creating project. I found your videos and helped me alot. Please, guide me to learn more.

    • @RSDServices
      @RSDServices  3 года назад +1

      @@ayemyatthuzarhan9157 Thanks for considering my videos for your learning. These are basics, In future I'll upload more helping contents. Keep watching my videos and share it.

  • @shahidariaz4038
    @shahidariaz4038 3 года назад +1

    Good

  • @sarkarinaukriexamination4290
    @sarkarinaukriexamination4290 2 года назад +1

    kindly provide source code

    • @RSDServices
      @RSDServices  2 года назад

      I'll share it soon.

    • @RSDServices
      @RSDServices  2 года назад

      github.com/rsoftwared/RSD-BarChart.git