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
What are the main advantages of using asp.net?
Where is asp.net view state stored?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What does the orientation property do in a menu control?
What are the Types of object in asp
explain code with datachaching with example
Explain login control and form authentication.
What are demand-paging and pre-paging?
What are the disadvantages of using session?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
A web service can only be written in .net? State whether true or false.
How information about the user's locale can be accessed?
What are the advantages of Web API?
What are Master Pages in ASP.NET?
What are the different types of proxy patterns?