Sayfa yüklenirken loading görüntüsü için script manager kullanıldı.
         btnGroupPolicyPrint bu kapsamdan RegisterPostBackControl komutu ile    çıkarıldı

            ScriptManager scriptManager = ScriptManager.GetCurrent(this.Page);
            scriptManager.RegisterPostBackControl(btnGroupPolicyPrint);

            GroupCustomerDAO groupCustomer = new GroupCustomerDAO();
            TravelProductDAO travelProduct = new TravelProductDAO();

            int agencyCode = Convert.ToInt32(Session["agkod"]);




 ASP.NET’te verileri saklama veya sayfalar arası taşıma işlemleri (State Management)

-View State
-Control State
-Hidden Form Fields
-Cookies
-Query String
-Application State
-Session State

http://www.csharpnedir.com/articles/read/?id=784 (Query String


Yorumlar

Popüler Yayınlar