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

  • Home
  • SEARCH
  • 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 8780089
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:57:20+00:00 2026-06-13T19:57:20+00:00

I am trying to pass a file name as argument to JS function from

  • 0

I am trying to pass a file name as argument to JS function from a gridview Row (C#) :

onclick='<%# Eval("ImageName", "return loadImage({0})") %>'

which gets rendered as:

onclick="return loadImage(Happy.jpg)"

and ERROR:

Uncaught ReferenceError: Happy is not defined 

When I manually added single Quotes(‘ ‘),It worked properly,Like

onclick="return loadImage('Happy.jpg')"

Now how can I add quotes programatically,OR How can I pass JS parameters with dot(.) ?

(‘{0}’) did’nt work,Error : “The server tag is not well formed.”

===============SOLUTION==================

Ok,Solved it like this :

added onclick="javascript:loadImage(this.src);"

  <asp:Image ID="Image1" runat="server" ImageUrl='<%# "~/UploadedImages/"+ Eval("ImageName") %>' Height="43px" Width="55px" onclick="javascript:loadImage(this.src);"   CssClass="dlImage" />

got full path inside js Function ie

“http://localhost:52636/ChuttiTime_Alka/UploadedImages/Happy.jpg&#8221;

Sliced it to get the file Name

function loadImage(imageName) {
 var bigImage = document.getElementById("ctl00_ContentPlaceHolder1_FEPropertyImageControl1_propertyBigImage")
 var filename = imageName.replace(/^.*[\\\/]/, '')
 bigImage.src='../UploadedImages/'+filename;
}
  • 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-13T19:57:21+00:00Added an answer on June 13, 2026 at 7:57 pm

    Ok,Solved it like this :

    added onclick="javascript:loadImage(this.src);"

      <asp:Image ID="Image1" runat="server" ImageUrl='<%# "~/UploadedImages/"+ Eval("ImageName") %>' Height="43px" Width="55px" onclick="javascript:loadImage(this.src);"   CssClass="dlImage" />
    

    got full path inside js Function ie

    “http://localhost:52636/ChuttiTime_Alka/UploadedImages/Happy.jpg”

    Sliced it to get the file Name

    function loadImage(imageName) {
     var bigImage = document.getElementById("ctl00_ContentPlaceHolder1_FEPropertyImageControl1_propertyBigImage")
     var filename = imageName.replace(/^.*[\\\/]/, '')
     bigImage.src='../UploadedImages/'+filename;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to pass a string argument to a function, which will then be used
trying to pass in data from a file as a cmd line argument in
I am trying to pass the file name as argument to powershell. When i
I am trying to pass a .xml file from my res folder to an
I'm trying to get some data from a file, then parse it and pass
I'm trying to pass a file to another method which takes a String as
i am trying to pass two values to php file via ajax my code
I am trying to pass in arguments to the a parent file that is
Iam trying to read a binary file to memory and pass the starting address
I'm trying to handle a file address within my python program and pass it

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.