Sunday, January 28, 2018

Sending data to other site for processing

Hi,

I am fairly new to ASP.NET, Razor and MVC. However, I have been putting together C# code already quite some time so I think it is time to widen my knowledge from backend to frontend.

For my own tests, I am trying to create a web site to where I can fill in blanks details and then send that data to other site which is hosted by me.

For example: Site A has text "My name is 'fill here' and my age is 'fill here'" and submit button. That submit button would send that data to site B Site B listens for filled string/object ""My name is Test Name and my age is 20" and puts it into local db.

What might be the best way to do that data sending? Forms or something else? Could someone have example or related stuff I could look into for this?

Sending data to other site for processing Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team