チェンジセット 1600 (default)


以下の違いを無視:
日時:
2023/09/03 21:02:29 (13ヵ月前)
更新者:
hizuya@…
ログメッセージ:
  • ObjectDataSource をラップ。
場所:
framework/trunk
ファイル:
4個の追加
2個の更新

凡例:

未変更
追加
削除
  • framework/trunk/WebApplication/WebApplication.csproj

    r1576 r1600  
    6464    <Content Include="UI\CulturePage.aspx" /> 
    6565    <Content Include="UI\Database\SqlErrorPage.aspx" /> 
     66    <Content Include="UI\WebControls\ObjectDataSourceGridViewPage.aspx" /> 
    6667    <Content Include="Web.config" /> 
    6768  </ItemGroup> 
     
    318319    <Compile Include="UI\WebControls\NumericBoxPage.aspx.designer.cs"> 
    319320      <DependentUpon>NumericBoxPage.aspx</DependentUpon> 
     321    </Compile> 
     322    <Compile Include="UI\WebControls\ObjectDataSourceGridViewPage.aspx.cs"> 
     323      <DependentUpon>ObjectDataSourceGridViewPage.aspx</DependentUpon> 
     324      <SubType>ASPXCodeBehind</SubType> 
     325    </Compile> 
     326    <Compile Include="UI\WebControls\ObjectDataSourceGridViewPage.aspx.designer.cs"> 
     327      <DependentUpon>ObjectDataSourceGridViewPage.aspx</DependentUpon> 
    320328    </Compile> 
    321329    <Compile Include="UI\WebControls\RowStyleFieldPage.aspx.cs"> 
  • framework/trunk/WebLibrary/WebLibrary.csproj

    r1595 r1600  
    159159    <Compile Include="Sources\UI\WebControls\JQueryImageDialogOpenButton.cs" /> 
    160160    <Compile Include="Sources\UI\WebControls\NumericBox.cs" /> 
     161    <Compile Include="Sources\UI\WebControls\ObjectDataSource.cs" /> 
    161162    <Compile Include="Sources\UI\WebControls\Reloader.cs" /> 
    162163    <Compile Include="Sources\UI\WebControls\DialogOpenButton.cs" /> 
詳しい使い方は TracChangeset を参照してください。