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 asp.net list controls and difference between them?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What are the contents of cookie?
Where session variables are stored?
What is the function of the ViewState property?
What is Forms Authentication in ASP.NET?
What is viewstate parameter?
What is web api config?
How does u get record no from 5 to 15 from a dataset of 100 records?
What is session start?
Which .NET framework supports Web API?
Define machine.config in .net?
What is viewstate information stored?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What is role-based security in asp.net?