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 different types of Caching techniques in ASP.NET?
What is scope of an application variable in asp.net?
when a request is made in Life cycle of ASP.NET page .
What is marshalling ? Is it a part of asp.net ?
What permissions do asp.net applications posses by default?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
What are the difference between overriding and overloading?
What is a page life cycle?
What is a ashx file?
How we can force all the validation controls to run?
Are xaml file compiled or built on runtime?
Can you use c# without .net?
What are HTTP handlers in ASP.NET?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Describe session handling in a webfarm, how does it work and what are the limits?