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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T02:27:37+00:00 2026-06-08T02:27:37+00:00

Friends I have a Parent Page(default.aspx) that includes an iframe page(iframe.aspx) containing textbox in

  • 0

Friends I have a Parent Page(default.aspx) that includes an iframe page(iframe.aspx) containing textbox in the field. The parent page contains the “Save” button. Now i want to get the values of iframe page while submitting the parent page. How can i access the iframe pages fields in parent page submit?

iframe.aspx page,,,,
In Iframe page i have two textbox,,

<asp:textbox id="txtfromdate" runat="server"></asp:textbox> 
<asp:textbox id="txttodate" runat="server"></asp:textbox>

default.aspx page

<iframe id="iframebody" runat="server" src="iframe.aspx" style="width:900px; height:600px"></iframe>

<asp:button id="submit" text="save" runat="server" />

frdz how to access iframe page id(txtfromdate, txtTodate) in parrent page(default.aspx) when i click on button??

  • 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-08T02:27:39+00:00Added an answer on June 8, 2026 at 2:27 am

    Try this javascript on the button click.

    HTML

    <input type="hidden" id="txtHidData" runat="server" />
    

    Javascript

    var iframe = document.getElementById('iframebody');
    var innerDoc = iframe.contentDocument || iframe.contentWindow.document;
    var usernameTextBox = innerDoc.getElementById('txtfromdate');
    document.getElementById ( "txtHidData" ).value = usernameTextBox.value;
    

    C#

    string valueInCodeBehind = txtHidData.Value;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a website that consists of one parent page. Using the lightbox-style jQuery
I have a table called 'friends', this contains the columns person1 and person2 .
Friends I have a problem We need to make a user control that has
i have following navigation, <ul class=content-nav> <li id=nav-liv class=tab><a href=index.php?p=recent page=recent>Recent</a></li> <li id=nav-liv><a href=index.php?p=friends
I have an app that has an about page. I would really like to
Hai Friends, I have developed an application which en-composes list views and posted that
I understand that friend is not inherited. I have classes Parent Person Child .
Hello friends I have tried many times but I am not successful than please
I have a friends table with columns user1 and user2 and a users table
I have the following friends = [{ name: Jack, attr1:def, attr2:def }, { name:

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.