八月 25
<%# Eval("SDate", "{0:yyyy/MM/dd}") %>
// 0: 表示定義整個括號裡面的第 0 個變數要採用此日期格式。

// 以下為兩個變數的範例。
string s = String.Format("At {0}, the temperature is {1}°C.",
                         DateTime.Now, 20.4);
Console.WriteLine(s);
// Output similar to: 'At 4/10/2015 9:29:41 AM, the temperature is 20.4°C.'

【参考链接】

八月 22
设置页面 对象 设置值位置
'快捷方式' 该快捷方式 Shortcut file
‘Compatibility’ This User Registry Key(Note 1.)
‘Compatibility for all users’ All Users Registry Key(Note 2.)

Note 1.
電腦\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers
Note 2.
電腦\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers

PS. The key is a ‘String Value’,Value is”~ RUNASADMIN”。