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 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 placed one button in a page .when click on that need to show
I have got relative layout, in that i have placed two textviews, one image
I would like to place one image to panel control in windows mobile application,but
I have one page that displays a bar graph, and the values can vary
I have created a custom TaskButton control that takes an image and text. The
I have an image placed on a Page as follow <Grid x:Name=LayoutRoot Background=Transparent> <Grid.RowDefinitions>
I have two div's, nested, and want to have an image placed in front
The situation is, I once placed some conceptually related codes into one package in
i have read in more then one place that using NHibernate's Identifier as Primary
I've heard in a few places that one of the main reasons why distributed

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.