Skip to content
Advertisement

Tag: asp.net-mvc

Tab view active and inactive with model value

I just want to know in my ASP.NET MVC application I just created a tab view. For the View I pass some data from the controller. So I need to active and inactive tab according to the value. like an example. Then I need to show tab one active and others, inactive. ( active tab with Green color and Gray

Add Javascript to PDF file using iText7 C#

I am trying to add javascript to my PDF file using iText7 library and C# Currently, here is my code…which is by far not finish yet I want to add this javascript to my PDF and also download the file after it is finished adding the Javascript. Is there anybody that knows how to add Javascript to pdf? thanks Answer

Advertisement