{"id":3203,"date":"2014-01-23T17:39:59","date_gmt":"2014-01-23T08:39:59","guid":{"rendered":"http:\/\/auctionpro.co.kr\/?p=3203"},"modified":"2021-06-25T10:12:36","modified_gmt":"2021-06-25T01:12:36","slug":"page_load-%ed%95%9c%eb%b2%88%eb%a7%8c-%ec%8b%a4%ed%96%89","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=3203","title":{"rendered":"Page_Load \ud55c\ubc88\ub9cc \uc2e4\ud589"},"content":{"rendered":"<p>AutoEventWireup=&#8221;true&#8221; \uc2dc<br \/>\nWhen the page posts back, the Page_Load method is called. Then, once the server actually processes the page and sends you a new one based on changes, the Page_Load is called again, actually the first time on the new page sent to you.<\/p>\n<p>So if you are pulling data in the Page_Load event or setting some values, enclose it in the following block:<\/p>\n<pre class=\"lang:c# decode:true \">protected void Page_Load(object sender, EventArgs e)\r\n{\r\n    if (!IsPostBack)\r\n    {\r\n        if (Session[\"something\"] == null)\r\n        {\r\n            Session[\"something\"] = \"1\";\r\n        }\r\n        else\r\n        {\r\n            Session[\"something\"] = null;\r\n\r\n            \/\/your page load code here \r\n\r\n        }               \r\n    }\r\n}<\/pre>\n<p>&nbsp;<\/p>\n<p>\ucc38\uc870 \u00a0:\u00a0<a href=\"http:\/\/stackoverflow.com\/questions\/1094954\/asp-net-page-load-being-called-multiple-times\" target=\"_blank\" rel=\"noopener\">http:\/\/stackoverflow.com\/questions\/1094954\/asp-net-page-load-being-called-multiple-times<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>AutoEventWireup=&#8221;true&#8221; \uc2dc When the page posts back, the Page_Load method is called. Then, once the server actually processes the page and sends you a new <a class=\"mh-excerpt-more\" href=\"https:\/\/www.auctionpro.co.kr\/?p=3203\" title=\"Page_Load \ud55c\ubc88\ub9cc \uc2e4\ud589\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[131],"tags":[],"class_list":["post-3203","post","type-post","status-publish","format-standard","hentry","category-debaps-net"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Page_Load \ud55c\ubc88\ub9cc \uc2e4\ud589 - AuctionPro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.auctionpro.co.kr\/?p=3203\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Page_Load \ud55c\ubc88\ub9cc \uc2e4\ud589 - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"AutoEventWireup=&#8221;true&#8221; \uc2dc When the page posts back, the Page_Load method is called. Then, once the server actually processes the page and sends you a new [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=3203\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2014-01-23T08:39:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-06-25T01:12:36+00:00\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3203#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3203\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"Page_Load \ud55c\ubc88\ub9cc \uc2e4\ud589\",\"datePublished\":\"2014-01-23T08:39:59+00:00\",\"dateModified\":\"2021-06-25T01:12:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3203\"},\"wordCount\":76,\"commentCount\":0,\"articleSection\":[\"[Dev]APS.NET\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3203#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3203\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3203\",\"name\":\"Page_Load \ud55c\ubc88\ub9cc \uc2e4\ud589 - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"datePublished\":\"2014-01-23T08:39:59+00:00\",\"dateModified\":\"2021-06-25T01:12:36+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3203#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3203\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=3203#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Page_Load \ud55c\ubc88\ub9cc \uc2e4\ud589\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Page_Load \ud55c\ubc88\ub9cc \uc2e4\ud589 - AuctionPro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.auctionpro.co.kr\/?p=3203","og_locale":"ko_KR","og_type":"article","og_title":"Page_Load \ud55c\ubc88\ub9cc \uc2e4\ud589 - AuctionPro","og_description":"AutoEventWireup=&#8221;true&#8221; \uc2dc When the page posts back, the Page_Load method is called. Then, once the server actually processes the page and sends you a new [...]","og_url":"https:\/\/www.auctionpro.co.kr\/?p=3203","og_site_name":"AuctionPro","article_published_time":"2014-01-23T08:39:59+00:00","article_modified_time":"2021-06-25T01:12:36+00:00","author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=3203#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=3203"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"Page_Load \ud55c\ubc88\ub9cc \uc2e4\ud589","datePublished":"2014-01-23T08:39:59+00:00","dateModified":"2021-06-25T01:12:36+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=3203"},"wordCount":76,"commentCount":0,"articleSection":["[Dev]APS.NET"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=3203#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=3203","url":"https:\/\/www.auctionpro.co.kr\/?p=3203","name":"Page_Load \ud55c\ubc88\ub9cc \uc2e4\ud589 - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"datePublished":"2014-01-23T08:39:59+00:00","dateModified":"2021-06-25T01:12:36+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=3203#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=3203"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=3203#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"Page_Load \ud55c\ubc88\ub9cc \uc2e4\ud589"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/3203","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3203"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/3203\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3203"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3203"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3203"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}