Using WebPages Helpers in ASP.NET Webforms
Now a few helpers are available for usage with Razor Syntax and ASP.NET WebPages or ASP.NET MVC. But those helpers can be used also inside a Webforms application.
For example I find the Paypal helper extremely usefull. Let’s use it inside an ASP.NET Webforms App.
We are downloading the helper and adding it to our project in Visual Studio. I will use a C# Web Application Project. Read Mode…