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
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Which class is used to send an email message from an ASP.NET Web page?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Explain diff. Between friend and protected friend?
How do I publish my asp.net application to my isp's web server?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
What are Caching techniques in .NET
Explain the difference between or and orelse?
What is the use of global.asax file?
What is windows active directory authentication?
What are main return types supported in Web API?
What do you mean by role-based security?
What is autopostback true?