How to set/get parent page values in child page in asp.net
Answer Posted / sumit guglani
using context handler we can retrieve read only public
members(property) of parent page.
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the parent class of all web server control?
What does ascx stand for?
What are the disadvantages of using session?
What is the difference between Session and response.Redirect?
what is DLL Hell and how it is solved in .NET? please explain clearly??
How to turn off cookies for a page?
What is clr? Difference between clr & cts?
Which browsers support the xmlhttprequest object?
Why we go for mvc instead of asp.net? : Asp.Net MVC
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What are the ways to sending the data in ASP.NET page?
What is the difference between a multi-layer and multi-tier applications?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is the use of data set in asp.net?
What is httpresponse?