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 query strings used for?
How can we apply themes to an asp.net application?
What is viewstate in asp net with example?
What is enableviewstatemac in asp net?
What are the uses of list view control in Asp.net?
Where do we store our connection string in asp.net application?
What is difference between mvc and asp.net? : Asp.Net MVC
What is a swagger in web api?
What is request and response in asp.net?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What are the benefits of view state?
Explain code snippet to register exception filters from controller?
What is viewstategenerator?
What is meant by server side scripting?
How can you implement the postback property of an asp.net control?