<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fskkoba</author_name>
  <author_url>https://blog.hatena.ne.jp/fskkoba/</author_url>
  <blog_title>Kobarin's Development Blog</blog_title>
  <blog_url>https://kobarin.hateblo.jp/</blog_url>
  <categories>
    <anon>ASP.NET</anon>
    <anon>Development</anon>
  </categories>
  <description>PagedDataSourceの存在を今日初めて知った。 確かRepeaterをページングするのは、結構面倒なコーディングが必要だと記憶していたけど、 コントロールが用意されていたとは知らなかった。 PagedDataSource pds = new PagedDataSource(); pds.DataSource = SqlDataSource1.Select(DataSourceSelectArguments.Empty); pds.AllowPaging = true; pds.PageSize = 10; pds.CurrentPageIndex = 0; Repeater1.Dat…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkobarin.hateblo.jp%2Fentry%2F20080417%2F1208413496&quot; title=&quot;PagedDataSourceを使って、SqlDataSourceをRepeaterにバインドする例 - Kobarin&amp;#39;s Development Blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-04-17 15:24:56</published>
  <title>PagedDataSourceを使って、SqlDataSourceをRepeaterにバインドする例</title>
  <type>rich</type>
  <url>https://kobarin.hateblo.jp/entry/20080417/1208413496</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
