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 8575345
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T19:40:23+00:00 2026-06-11T19:40:23+00:00

I was wondering how I could pass a string that I made with javascript

  • 0

I was wondering how I could pass a string that I made with javascript into a code block in razor. Given the few lines of simple js below:

var k=0;
var str1 = 'Model.FeaturedItems[';
var str2 = '].SubHeadline.ToString();';
var query = str1 + k +str2;

How would I then pass the string query into a code block? something like this:

                   alert("@"+query);

should print the result of that line of code.
EDIT:
Basically I want to execute this code: Model.FeaturedItems[0].SubHeadline.ToString(); and do something with the result in jquery. However I keep getting a syntax error trying the above.

  • 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. Editorial Team
    Editorial Team
    2026-06-11T19:40:24+00:00Added an answer on June 11, 2026 at 7:40 pm

    javascript works on client and razor on server, you trying execute client code on server. Just use c# in code blocks:

    C# code:

    @{
        int k = 0; 
        var query = Model.FeaturedItems[k].SubHeadline.ToString(); 
    }
    

    On client @query will contain some data, if it is in razor view:

    <script type="text/javascript">
        alert(@query); 
    <script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering if I could pass a IEnumerable Collection into a Javascript method
I'm wondering if someone could look over my code. I'm trying to pass a
Hi sorry still learning here and slow to learning code arguments. Just wondering could
I was wondering how could I reload any website using javascript and set it
I'm trying to debug something and I'm wondering if the following code could ever
Possible Duplicate: Pass a PHP string to a Javascript variable (including escaping newlines) So
I've got an issue that was wondering if could be solved in a particular
I was wondering if I could pass a List of types as generic parameter.
i am wondering could i access my app internal storage using emulator. I mean
i was wondering how could i emulate a mouse click with c# with kinect.

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.