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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T16:41:56+00:00 2026-05-19T16:41:56+00:00

i placed one image control for displaying the image in a page .and i

  • 0

i placed one image control for displaying the image in a page .and i put one link button next to it.when click on that link button i want to open one pop up page in that i want to place one file upload control by using that i want to change my photo.whenever click on upload button in popup page the photo in mainpage should be change and close that poup window.

pls help how to do this ………….

  • 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-05-19T16:41:56+00:00Added an answer on May 19, 2026 at 4:41 pm

    You need to user JavaScript for this. You could try the following:
    Suppose you have two pages:
    Page1.aspx
    Page2.aspx

    The Image control and the hyperlink are in Page1.aspx.
    In Page1.aspx, add the following Javascript code (inside the script tag):

    function RefreshImage()
        {
            document.getElementById["FunnyImage"].attributes.item["src"]="<whateverimage.jpg";
        }
    

    Where FunnyImage is the “ID” of the image control.

    Im Page2.aspx, add the following Javascript code (inside the script tag, of course):

    private void CloseWindow()
    {
        StringBuilder sb = new StringBuilder();
        sb.Append("window.opener.RefreshImage();");
        sb.Append("window.close();");
    
        ClientScript.RegisterClientScriptBlock(this.GetType(), "CloseWindowScript", 
            sb.ToString(), true);
    } 
    

    And call the CloseWindow() function from wherever you need.

    Hope this helps.

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

Sidebar

Related Questions

I have an image(a map) with some points of interest placed using position: absolute
I have a .jar file that i've placed in my D:\Coldfusion8\wwwroot\web-inf\lib\ directory. The file
I'm putting a mask on an image that is being animated around the stage
I played with one of the early beta versions of PowerShell V1, but haven't
I would like to move a file or folder from one place to another
I have an Expander placed on a window with a blue background and I
Is there a cookie automatically placed on the user's machine? Or is it somehow
I have 1 red polygon say and 50 randomly placed blue polygons - they
I'm using the Excel interop in C# ( ApplicationClass ) and have placed the
I have a C# form into which I've placed a left-docked MenuStrip . This

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.