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 difference between an exe and a dll?
Does google crawl redirects?
Do I need to have the latest version of windows media player installed?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Explain the concept of MVC Scaffolding?
What is HTTPModule and HTTPcontext? What is the use of each?
What is a 1x1 pixel?
List the asp.net validation controls?
What is data binding in asp net?
What is redirecting behavior?
How to fetch a data from one table to another table in asp.net ?
WSDL means?
What are the server control tags in asp.net.?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What are the difference between function and stored procedure in .net programming language?