How to set/get parent page values in child page in asp.net

Answer Posted / jsureshdotnet

get=var uid=document.getElementById('txtUserId').value;
set=document.getElementById('txtUserId').innerText=uid;

Is This Answer Correct ?    7 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What methods are fired during the page load? Init()

511


How can you identify that the page is post back?

544


How you can add an event handler?

566


What do you mean by marshalbyref?

629


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

531






In Code-Behind class which kind of code (server or client) is found ?

588


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

568


What is mta?

616


What is a postback ispostback and autopostback in asp net?

467


Explain the overview of asp.net?

556


How about the security in Activex DLL and Activex EXE ?

1776


how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly

1539


How do cookies work?

582


Can master pages be nested?

504


How can we identify that the page is post back in asp net?

498