Ajeet Mishra
How to Pass values between pages?
By Ajeet Mishra in ASP.NET on Sep 04 2015
  • Manoj Kumar Duraisamy
    Jan, 2017 3

    Using Sessions, QueryString

    • 0
  • Ashish Srivastava
    Feb, 2016 4

    1) use session 2) Query String 3 ) Application

    • 0
  • Ajeet Mishra
    Sep, 2015 4

    We can use one of the below options to pass value between 2 pages in ASP.Net.If the value is a String then we can use either one of the following: QueryString, PostBack, Cookies, Session, Cache, Application, Database If the value is a Dataset or an object then we can use either one of the following: (Assuming DTO object not serialized) - Session, Application, Cache

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS