{"id":142,"date":"2008-12-14T15:28:00","date_gmt":"1970-01-01T00:00:00","guid":{"rendered":"http:\/\/www.yazilimmutfagi.com\/?p=142"},"modified":"2008-12-14T15:28:00","modified_gmt":"1970-01-01T00:00:00","slug":"gridview-kontrolu-giris-i","status":"publish","type":"post","link":"https:\/\/www.yazilimmutfagi.com\/index.php\/2008\/12\/14\/gridview-kontrolu-giris-i\/","title":{"rendered":"GridView Kontrol\u00fc Giris &#8211; I"},"content":{"rendered":"<p class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: &quot;Courier New&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bu makalemizde ASP.NET kontrollerinden biri olan GridView kontrol&uuml; hakkinda bilgi<span style=\"font-size: 10pt; font-family: &quot;Courier New&quot;;\">&nbsp;verecegim.<span style=\"\"> <\/span>GridView verilerimizi izgara formatinda g&ouml;r&uuml;nt&uuml;lememizi saglayan bir kontrold&uuml;r. Visual Studio&rsquo;nun eski s&uuml;r&uuml;mlerinde kullandigimiz ve hala desteklenen Repeater kontrol&uuml;n&uuml;n gelismisi olarak d&uuml;s&uuml;nebiliriz. Makalemizde datasource olarak SqlDataSource kullanacagiz. <\/span><\/span><\/p>\n<p class=\"MsoNormal\"><a href='www.yazilimmutfagi.com'>.<\/a><\/p>\n<p style=\"margin: 0cm 0cm 0pt; text-indent: 35.4pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: &quot;Courier New&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GridView kontrol&uuml; ve SqlDataSource Toolbox men&uuml;s&uuml;nde data sekmesi altinda bulunmaktadir. Ilk olarak yeni bir web projesi a&ccedil;alim ve default.aspx sayfamiza sqldatasource ve GridView ekleyelim. Bu islemden sonra default.aspx sayfamizin asagidaki gibi olmasi gerekiyor. Isterseniz s&uuml;r&uuml;kle birak y&ouml;ntemi yerine asagidakinin aynisiniz kendinizde yazabilirsiniz.&nbsp;<span style=\"\">&nbsp;<\/span><\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt; text-indent: 35.4pt;\" class=\"MsoNormal\">&nbsp;.<\/p>\n<p style=\"margin: 0cm 0cm 0pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; color: blue; font-family: 'Courier New';\">&lt;<\/span><span style=\"font-size: 10pt; color: rgb(163, 21, 21); font-family: 'Courier New';\">body<\/span><span style=\"font-size: 10pt; color: blue; font-family: 'Courier New';\">&gt;<\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"\">&nbsp;&nbsp;&nbsp; <\/span><span style=\"color: blue;\">&lt;<\/span><span style=\"color: rgb(163, 21, 21);\">form<\/span> <span style=\"color: red;\">id<\/span><span style=\"color: blue;\">=&quot;form1&quot;<\/span> <span style=\"color: red;\">runat<\/span><span style=\"color: blue;\">=&quot;server&quot;&gt;<\/span><\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"\">&nbsp;&nbsp;&nbsp; <\/span><span style=\"color: blue;\">&lt;<\/span><span style=\"color: rgb(163, 21, 21);\">div<\/span><span style=\"color: blue;\">&gt;<\/span><\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><span style=\"color: blue;\">&lt;<\/span><span style=\"color: rgb(163, 21, 21);\">asp<\/span><span style=\"color: blue;\">:<\/span><span style=\"color: rgb(163, 21, 21);\">SqlDataSource<\/span> <span style=\"color: red;\">ID<\/span><span style=\"color: blue;\">=&quot;SqlDataSource1&quot;<\/span> <span style=\"color: red;\">runat<\/span><span style=\"color: blue;\">=&quot;server&quot;&gt;&lt;\/<\/span><span style=\"color: rgb(163, 21, 21);\">asp<\/span><span style=\"color: blue;\">:<\/span><span style=\"color: rgb(163, 21, 21);\">SqlDataSource<\/span><span style=\"color: blue;\">&gt;<\/span><\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><span style=\"color: blue;\">&lt;<\/span><span style=\"color: rgb(163, 21, 21);\">asp<\/span><span style=\"color: blue;\">:<\/span><span style=\"color: rgb(163, 21, 21);\">GridView<\/span> <span style=\"color: red;\">ID<\/span><span style=\"color: blue;\">=&quot;GridView1&quot;<\/span> <span style=\"color: red;\">runat<\/span><span style=\"color: blue;\">=&quot;server&quot;&gt;<\/span><\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><span style=\"color: blue;\">&lt;\/<\/span><span style=\"color: rgb(163, 21, 21);\">asp<\/span><span style=\"color: blue;\">:<\/span><span style=\"color: rgb(163, 21, 21);\">GridView<\/span><span style=\"color: blue;\">&gt;<\/span><\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"\">&nbsp;&nbsp;&nbsp; <\/span><span style=\"color: blue;\">&lt;\/<\/span><span style=\"color: rgb(163, 21, 21);\">div<\/span><span style=\"color: blue;\">&gt;<\/span><\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"\">&nbsp;&nbsp;&nbsp; <\/span><span style=\"color: blue;\">&lt;\/<\/span><span style=\"color: rgb(163, 21, 21);\">form<\/span><span style=\"color: blue;\">&gt;<\/span><\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; color: blue; font-family: 'Courier New';\">&lt;\/<\/span><span style=\"font-size: 10pt; color: rgb(163, 21, 21); font-family: 'Courier New';\">body<\/span><span style=\"font-size: 10pt; color: blue; font-family: 'Courier New';\">&gt;<\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt; text-indent: 35.4pt;\" class=\"MsoNormal\">&nbsp;<span style=\"font-size: small; font-family: Times New Roman;\">Design moduna ge&ccedil;erek sqldatasource i&ccedil;in veritabaninda bir baglanti yapalim.<\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt; text-indent: 35.4pt;\" class=\"MsoNormal\"><span style=\"font-size: small; font-family: Times New Roman;\"><img decoding=\"async\" loading=\"lazy\" height=\"168\" width=\"372\" alt=\"configure data source\" src=\"http:\/\/www.yazilimmutfagi.com\/Makale\/Img\/1_resim1.jpg\" title=\"configure data source\" \/><\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt; text-indent: 35.4pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: &quot;Courier New&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Configure Data Source u tiklayin ve gelen ekranda new connection deyin. Asagidaki ekran da baglanmak istediginiz veritabani ayarlarini yapin.<\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt; text-indent: 35.4pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: &quot;Courier New&quot;;\">\n<table border=\"0\">\n    <tbody>\n        <tr>\n            <td><img decoding=\"async\" alt=\"Add Connection\" src=\"http:\/\/www.yazilimmutfagi.com\/Makale\/Img\/1_resim2.jpg\" \/><\/td>\n            <td valign=\"top\">\n            <p style=\"margin: 0cm 0cm 0pt; text-indent: 35.4pt;\" class=\"MsoNormal\">&nbsp;<\/p>\n            <p style=\"margin: 0cm 0cm 0pt; text-indent: 35.4pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\">Ekranda Ok butonuna bastiktan sonra diger adimlari kendiniz tamamlayin. Islem sonunda SqlDataSource kodunuz se&ccedil;tiginiz veritabanina g&ouml;re asagidaki gibi olacaktir.<\/span><\/p>\n            <p style=\"margin: 0cm 0cm 0pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; color: blue; font-family: 'Courier New';\">&lt;<\/span><span style=\"font-size: 10pt; color: rgb(163, 21, 21); font-family: 'Courier New';\">asp<\/span><span style=\"font-size: 10pt; color: blue; font-family: 'Courier New';\">:<\/span><span style=\"font-size: 10pt; color: rgb(163, 21, 21); font-family: 'Courier New';\">SqlDataSource<\/span><span style=\"font-size: 10pt; font-family: 'Courier New';\"> <span style=\"color: red;\">ID<\/span><span style=\"color: blue;\">=&quot;SqlDataSource1&quot;<\/span> <span style=\"color: red;\">runat<\/span><span style=\"color: blue;\">=&quot;server&quot;<\/span> <span style=\"\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/span><span style=\"color: red;\">ConnectionString<\/span><span style=\"color: blue;\">=&quot;<\/span><span style=\"background: yellow none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;\">&lt;%<\/span>$ ConnectionStrings:OrnekConnectionString <span style=\"background: yellow none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;\">%&gt;<\/span><span style=\"color: blue;\">&quot;<\/span> <\/span><\/p>\n            <p style=\"margin: 0cm 0cm 0pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; color: red; font-family: 'Courier New';\">SelectCommand<\/span><span style=\"font-size: 10pt; color: blue; font-family: 'Courier New';\">=&quot;SELECT [No], [Ad], [Soyad], [TCKimlikNo], [Cinsiyet], [Numara], [DogumYeri] FROM [Kisi]&quot;&gt;&lt;\/<\/span><span style=\"font-size: 10pt; color: rgb(163, 21, 21); font-family: 'Courier New';\">asp<\/span><span style=\"font-size: 10pt; color: blue; font-family: 'Courier New';\">:<\/span><span style=\"font-size: 10pt; color: rgb(163, 21, 21); font-family: 'Courier New';\">SqlDataSource<\/span><span style=\"font-size: 10pt; color: blue; font-family: 'Courier New';\">&gt;<\/span><\/p>\n            <\/td>\n        <\/tr>\n    <\/tbody>\n<\/table>\n<\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt; text-indent: 35.4pt;\" class=\"MsoNormal\">&nbsp;<span style=\"font-size: 10pt; color: blue; font-family: &quot;Courier New&quot;;\"><img decoding=\"async\" loading=\"lazy\" height=\"280\" width=\"671\" alt=\"ChooseDataSource\" src=\"http:\/\/www.yazilimmutfagi.com\/Makale\/Img\/1_resim3.jpg\" \/><\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt; text-indent: 35.4pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: &quot;Courier New&quot;;\">&nbsp;&nbsp;&nbsp; Yukarda g&ouml;rd&uuml;g&uuml;n&uuml;z gibi Gridviewin data sourcenu ayarlayin. Gridview se&ccedil;tiginiz datasource a g&ouml;re kolonlarini kendisi otomatik olarak ayarlayacaktir. Bu islemler sonucunda aspx kodunuz asagidaki gibi olacaktir.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p style=\"margin: 0cm 0cm 0pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; color: blue; font-family: 'Courier New';\">&lt;<\/span><span style=\"font-size: 10pt; color: rgb(163, 21, 21); font-family: 'Courier New';\">asp<\/span><span style=\"font-size: 10pt; color: blue; font-family: 'Courier New';\">:<\/span><span style=\"font-size: 10pt; color: rgb(163, 21, 21); font-family: 'Courier New';\">GridView<\/span><span style=\"font-size: 10pt; font-family: 'Courier New';\"> <span style=\"color: red;\">ID<\/span><span style=\"color: blue;\">=&quot;OrnekGridView&quot;<\/span> <span style=\"color: red;\">runat<\/span><span style=\"color: blue;\">=&quot;server&quot;<\/span> <span style=\"color: red;\">AutoGenerateColumns<\/span><span style=\"color: blue;\">=&quot;False&quot; <\/span><\/span><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><span style=\"color: red;\">DataKeyNames<\/span><span style=\"color: blue;\">=&quot;No&quot;<\/span> <span style=\"color: red;\">DataSourceID<\/span><span style=\"color: blue;\">=&quot;SqlDataSource1&quot;&gt;<\/span><\/span><\/p>\n<p style=\"padding-left: 30px;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: rgb(163, 21, 21);\">&lt;Columns<\/span><span style=\"color: blue;\">&gt;<\/span><\/span><\/p>\n<p style=\"padding-left: 60px;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: blue;\">&lt;<\/span><span style=\"color: rgb(163, 21, 21);\">asp<\/span><span style=\"color: blue;\">:<\/span><span style=\"color: rgb(163, 21, 21);\">BoundField<\/span> <span style=\"color: red;\">DataField<\/span><span style=\"color: blue;\">=&quot;No&quot;<\/span> <span style=\"color: red;\">HeaderText<\/span><span style=\"color: blue;\">=&quot;No&quot;<\/span> <span style=\"color: red;\">InsertVisible<\/span><span style=\"color: blue;\">=&quot;False&quot;<\/span> <\/span><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: red;\">ReadOnly<\/span><span style=\"color: blue;\">=&quot;True&quot;<\/span> <span style=\"color: red;\">SortExpression<\/span><span style=\"color: blue;\">=&quot;No&quot;<\/span> <span style=\"color: blue;\">\/&gt;<\/span><\/span><\/p>\n<p style=\"padding-left: 60px;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: blue;\">&lt;<\/span><span style=\"color: rgb(163, 21, 21);\">asp<\/span><span style=\"color: blue;\">:<\/span><span style=\"color: rgb(163, 21, 21);\">BoundField<\/span> <span style=\"color: red;\">DataField<\/span><span style=\"color: blue;\">=&quot;Ad&quot;<\/span> <span style=\"color: red;\">HeaderText<\/span><span style=\"color: blue;\">=&quot;Ad&quot;<\/span> <span style=\"color: red;\">SortExpression<\/span><span style=\"color: blue;\">=&quot;Ad&quot;<\/span> <span style=\"color: blue;\">\/&gt;<\/span><\/span><\/p>\n<p style=\"padding-left: 60px;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: blue;\">&lt;<\/span><span style=\"color: rgb(163, 21, 21);\">asp<\/span><span style=\"color: blue;\">:<\/span><span style=\"color: rgb(163, 21, 21);\">BoundField<\/span> <span style=\"color: red;\">DataField<\/span><span style=\"color: blue;\">=&quot;Soyad&quot;<\/span> <span style=\"color: red;\">HeaderText<\/span><span style=\"color: blue;\">=&quot;Soyad&quot;<\/span> <span style=\"color: red;\">SortExpression<\/span><span style=\"color: blue;\">=&quot;Soyad&quot;<\/span> <span style=\"color: blue;\">\/&gt;<\/span><\/span><\/p>\n<p style=\"padding-left: 60px;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: blue;\">&lt;<\/span><span style=\"color: rgb(163, 21, 21);\">asp<\/span><span style=\"color: blue;\">:<\/span><span style=\"color: rgb(163, 21, 21);\">BoundField<\/span> <span style=\"color: red;\">DataField<\/span><span style=\"color: blue;\">=&quot;TCKimlikNo&quot;<\/span> <span style=\"color: red;\">HeaderText<\/span><span style=\"color: blue;\">=&quot;TCKimlikNo&quot;<\/span> <\/span><\/p>\n<p style=\"padding-left: 60px;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: red;\">SortExpression<\/span><span style=\"color: blue;\">=&quot;TCKimlikNo&quot;<\/span> <span style=\"color: blue;\">\/&gt;<\/span><\/span><\/p>\n<p style=\"padding-left: 60px;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: blue;\">&lt;<\/span><span style=\"color: rgb(163, 21, 21);\">asp<\/span><span style=\"color: blue;\">:<\/span><span style=\"color: rgb(163, 21, 21);\">BoundField<\/span> <span style=\"color: red;\">DataField<\/span><span style=\"color: blue;\">=&quot;Cinsiyet&quot;<\/span> <span style=\"color: red;\">HeaderText<\/span><span style=\"color: blue;\">=&quot;Cinsiyet&quot;<\/span> <\/span><\/p>\n<p style=\"padding-left: 60px;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: red;\">SortExpression<\/span><span style=\"color: blue;\">=&quot;Cinsiyet&quot;<\/span> <span style=\"color: blue;\">\/&gt;<\/span><\/span><\/p>\n<p style=\"padding-left: 60px;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: blue;\">&lt;<\/span><span style=\"color: rgb(163, 21, 21);\">asp<\/span><span style=\"color: blue;\">:<\/span><span style=\"color: rgb(163, 21, 21);\">BoundField<\/span> <span style=\"color: red;\">DataField<\/span><span style=\"color: blue;\">=&quot;Numara&quot;<\/span> <span style=\"color: red;\">HeaderText<\/span><span style=\"color: blue;\">=&quot;Numara&quot;<\/span> <\/span><\/p>\n<p style=\"padding-left: 60px;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: red;\">SortExpression<\/span><span style=\"color: blue;\">=&quot;Numara&quot;<\/span> <span style=\"color: blue;\">\/&gt;<\/span><\/span><\/p>\n<p style=\"padding-left: 60px;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: blue;\">&lt;<\/span><span style=\"color: rgb(163, 21, 21);\">asp<\/span><span style=\"color: blue;\">:<\/span><span style=\"color: rgb(163, 21, 21);\">BoundField<\/span> <span style=\"color: red;\">DataField<\/span><span style=\"color: blue;\">=&quot;DogumYeri&quot;<\/span> <span style=\"color: red;\">HeaderText<\/span><span style=\"color: blue;\">=&quot;DogumYeri&quot;<\/span> <\/span><\/p>\n<p style=\"padding-left: 60px;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: red;\">SortExpression<\/span><span style=\"color: blue;\">=&quot;DogumYeri&quot;<\/span> <span style=\"color: blue;\">\/&gt;<\/span><\/span><\/p>\n<p style=\"padding-left: 30px;\" class=\"MsoNormal\">&nbsp;<\/p>\n<p style=\"padding-left: 30px;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: blue;\">&lt;\/<\/span><span style=\"color: rgb(163, 21, 21);\">Columns&gt;<\/span><\/span><\/p>\n<p style=\"padding-left: 30px;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: 'Courier New';\"><span style=\"color: blue;\">&lt;\/<\/span><span style=\"color: rgb(163, 21, 21);\">asp<\/span><span style=\"color: blue;\">:<\/span><span style=\"color: rgb(163, 21, 21);\">GridView<\/span><span style=\"color: blue;\">&gt;<\/span><\/span><\/p>\n<p style=\"padding-left: 30px;\" class=\"MsoNormal\">&nbsp;<a href='www.yazilimmutfagi.com'>.<\/a><\/p>\n<p style=\"margin: 0cm 0cm 0pt; text-indent: 35.4pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: &quot;Courier New&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;Promizi &ccedil;alistirdigimiz zaman asagidaki g&ouml;r&uuml;nt&uuml;y&uuml; elde edecegiz.<\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt; text-indent: 35.4pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: &quot;Courier New&quot;;\"><img decoding=\"async\" alt=\"\" src=\"http:\/\/www.yazilimmutfagi.com\/Makale\/Img\/1_resim4.jpg\" \/><\/span><\/p>\n<p style=\"margin: 0cm 0cm 0pt; text-indent: 35.4pt;\" class=\"MsoNormal\"><span style=\"font-size: 10pt; font-family: &quot;Courier New&quot;;\">Bu makalemizde &ccedil;ok basit olarak GridView kontrol&uuml;n&uuml; isledik. Gridview ile ilgili detayli bilgiyi ilerki makalelerimizde anlatacagim.<\/span><\/p>\n<p>&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>Bu makalemizde ASP.NET kontrollerinden biri olan GridView kontrol&#252; hakkinda bilgi verecegim. GridView verilerimizi izgara formatinda g&#246;r&#252;nt&#252;lememizi saglayan bir kontrold&#252;r. Visual Studio\u2019nun eski s&#252;r&#252;mlerinde kullandigimiz ve hala desteklenen Repeater kontrol&#252;n&#252;n gelismisi olarak d&#252;s&#252;nebiliriz.<\/p>\n","protected":false},"author":517,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[407],"tags":[5750,4443,5185,5674,4332,5083],"_links":{"self":[{"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/posts\/142"}],"collection":[{"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/users\/517"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/comments?post=142"}],"version-history":[{"count":0,"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/posts\/142\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/media?parent=142"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/categories?post=142"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/tags?post=142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}