Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 74147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:18:45+00:00 2026-05-10T20:18:45+00:00

I am playing around with ASP.NET MVC for the first time, so I apologize

  • 0

I am playing around with ASP.NET MVC for the first time, so I apologize in advance if this sounds academic.

I have created a simple content management system using ASP.NET MVC. The url to retrieve a list of content, in this case, announcements, looks like:

http://www.mydomain.com/announcements/list/10 

This will return the top ten most recent announcements.

My questions are as follows:

  1. Is it possible for any website to consume this service? Or would I also have to expose it using something like WCF?

  2. What are some examples, of how to consume this service to display this data on another website? I’m primarily programming in the .NET world, but I’m thinking if I could consume the service using javascript, or do something with Json, it could really work for any technology.

I am looking to dynamically generate something like the following output:

<div class='announcement'>     <h1>Title</h1>     <h2>Posted Date</h3>     <p>Teaser</p>     <a href='www.someotherdomain.com'>More</a> </div> 

For now … is it possible to return an Html representation and display it in a webpage? Is this possible using just Javascript?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T20:18:46+00:00Added an answer on May 10, 2026 at 8:18 pm

    There is nothing to stop another client just scraping that particular page and parsing through your HTML.

    However you would probably want another view using the same controller that generates the data that doesnt contain excess formatting HTML etc. Maybe look at using a well known format such as RSS?

    You can return the result as JSON using something like below:

    public JsonResult GetResults() { return Json(new { message = 'SUCCESS' }); } 

    I think I would offer a view which contains the items as xml and another that returns JSON that way you have the best of both worlds.

    I have a small post about how to call and return something using MVC, JQuery and JSON here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am playing around with AJAX functionality using ASP.NET MVC. I have created a
I'm playing around with using ASP.NET MVC3 and have a very simple site that
I've been playing around with ASP.NET MVC with a site containing a Master Page.
I'm playing around with ASP.NET MVC and I just loaded up an empty project
I am currently playing around with the Asp.Net mvc framework and loving it compared
I'm playing around with some Dependency Injection ( StructureMap ) with my ASP.NET MVC
I'm just getting started with ASP.NET MVC 2, and playing around with Validation. Let's
i have just started playing aorund with asp.net mvc and i want to view
I'm diving head first into ASP MVC and am playing around with creating and
I am playing around with the ASP.NET MVC Html.Helpers and I noticed that say

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.