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)
@@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.
@@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.
@@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.
@@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.
Source Code with Database Table Script ::
github.com/rsoftwared/RSD-BarChart.git
great work bro, thanks
Thanks. Keep sharing.
God Bless U
Thanks, keep sharing 😊
Great explaination, many thanks.
Glad it was helpful!
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?
In most cases window apps run in the windows OS environment.
You can use Universal Package Manager in Linux to run the win app.
thanks! liked and subscribed :)
Thanks, keep sharing.
how to show data label
Please check the chart.js
Very nice. Thank you
Welcome 😊
the provided link doesn't have Chart.aspx
Please check the default.aspx form.
Hello sir, I'm doing this for web application, and how can I change "adding literal part" in .cshtml. Can you answer me please.
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)
@@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.
@@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.
@@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.
@@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.
Good
Thanks
kindly provide source code
I'll share it soon.
github.com/rsoftwared/RSD-BarChart.git