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’s difference between “optimistic” and “pessimistic” locking?
What is a 307 redirect?
Write a code for sending an email from asp.net application.
What is mvc in asp.net tutorial? : Asp.Net MVC
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
How can you ensure a permanent cookie?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What is the difference between response.redirect and server.transfer?
Which property is used to identify the Page is Post Back in ASP.NET?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What's the use of formatters in .net?
What is the difference between Hash table and Array list?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
Can we set master page as a start page?
What is connection pooling and how to enable and disable connection pooling?