Trans2Pay integration in Asp.net mvc4 application - asp.net-mvc-4

I am new in asp.net mvc4 and i have to integrate trans2pay in asp.net(C#) mvc4 application. I searched about this from google but i couldn't found any solution to integrate it. Please tell me about any blog, api or source code for this.
Thanks in advance

Related

How to use ReportViewerForMVC in ASP.NET CORE Web Application

I am trying to integrate SSRS report into my asp.net core web app. I followed some tutorial on how to setup report viewer in asp.net mvc using the ReportViewerForMVC nuget package. However I encounter the following error. Hope someone can help to guide me on how to achieve this. Thanks alot!

Is it possible to use IdentityModel to integrate a webform app in .net 4.5 with IdentityServer4 without using OWIN?

I have a WebForm Application in .net framework 4.5 an IdentityServer4 implementation in .net core 2.1.
OWIN it is outdated or deprecated/ My question is: Is it possible to use IdentityModel to integrate that webform app with IdentityServer4 without using OWIN?
What is the best path that I need to get to reach my objective of integrating my webform app with IdentityServer4?
Thank's in advance !!
Check out the MVC manual sample - that demonstrates how to do a sign in without using OWIN middleware. Should be easy to modify to use with webforms.

Using AJAX in WebSite Razor 3

I am programming a website in VS2013 in VBHTML (Razor 3).
This site does not use MVC.
I'm looking for documentation to use AJAX, but I only find information using MVC.
Does anyone know if it is possible to use AJAX without MVC????
Yes, it is possible to use AJAX in a non-MVC web application.
The below link should help get you started.
https://www.codeproject.com/Articles/691298/Creating-AJAX-enabled-web-forms
"Beginning ASP.NET 4.5.1 in C# and VB" by Imar Spannjaars walks you thru creating a website (not using Web Matrix) and chapter 13 is all about ASP.NET AJAX. This book uses websites instead of web applications and does not cover any MVC.
Also the book "Professional ASP.NET 4.5 in C# and VB" is also a good resource.
This book focuses on developing applications using webforms.
https://www.amazon.com/Professional-ASP-NET-4-5-C-VB/dp/1118311825/ref=sr_1_2?ie=UTF8&qid=1498491649&sr=8-2&keywords=ASP.NET+4.5
Hopefully this will help you out.
Best regards,
Joe

Google Analytics in MVC4 ASP.Net

I want to implement Google Analytics in my MVC4 ASP.net application. I had gone through so many link but not getting exact starting of it. Please help me for step by step implementation of Google Analytics in MVC4 ASP.net.

Can I use the ASP.NET AJAX Control Toolkit in my MVC4 Application?

I've spent a fair amount of time researching this, as I would rather not find out through trial and error.
Can I use the ASP.NET AJAX Control Toolkit in my MVC4 Application? Is there Microsft documentation that gives definitive information?
Yes, I know that MVC4 does not have VIEWSTATE. I am using the Razor view engine.
The documentation for the toolkit states specifically that it is for web forms, not mvc.
http://ajaxcontroltoolkit.codeplex.com/
If there is a specific piece of functionality you required, then you might want to see if there is a plugin available for jquery to replicate it.
http://api.jquery.com