All Questions
3 questions
-1
votes
1
answer
1k
views
Design ideas for showing another website's page in my own website
I would like to show a web page from another website and show it on my website. I want to annotate some text on their website content.
Conceptually I know what needs to be done:
- I will capture their ...
1
vote
2
answers
397
views
Application use on website
Is there a good way to run a C# application on clientside in lieu of JavaScript? I have done some front end work with JavaScript and backend C# for web developing at an old job, but I am interested in ...
21
votes
5
answers
141k
views
How should data be passed between client-side Javascript and C# code behind an ASP.NET app?
I'm looking for the most efficient / standard way of passing data between client-side JavaScript code and C# code behind an ASP.NET application. I've been using the following methods to achieve this ...