GridView 自訂分頁
http://dotnetmis91.blogspot.com/2008/08/gridview_20.html
本文為參考坎尼大大的文章 做成的快速製作版 如果趕時間可以馬上完成的步驟紀錄
1. 自訂Pager Templete, 將相關物件拉進Pager 或直接貼程式碼: 注意程式碼的部分已經將Click的程序名稱掛上去 若 是自己用啦的請注意程序名稱,文字部分可自行換成圖片 直接加在</Columns> 或 <AlternatingRowStyle> 下,在</asp:GridView>內。
<PagerTemplate>
- Aug 23 Mon 2010 18:00
-
[.NET] GridView 自訂分頁 SOP 快速步驟
- Aug 16 Mon 2010 15:36
-
[AJAX]開啟Div移動 iframe 應用
由於急需要一些簡單的JS效果,剛好去對岸借了一個範例來改有需要的就拿去吧! 整篇貼到HTML即可執行 如果要分檔案再把CSS和JS分離吧
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- Aug 09 Mon 2010 10:52
-
[.NET]錯誤訊息 DataBinding: 'System.Data.DataRowView'
錯誤訊息 : DataBinding: 'System.Data.DataRowView' 沒有包含名為 'id' 的屬性。
今天一大早要建一個簡單的資料庫連結+TSQL自訂撈資料,很順手的用VWD的精靈就把資料庫繫結好了外加GridView也綁定
結果在一個Botton_Click程序中 我要重新SELECT卻出現上敘的錯誤訊息。
主要是因為當然使用VWD介面去建立這些物件時他會自動幫您,產生的程式碼造成的干擾
<Columns>
- Aug 06 Fri 2010 14:04
-
[.NET]使用CKeditor in ASP.NET For C#
由於之前開發PHP很多OPEN SOURCE都有提供且很多熱心的神人都會在網路上PO文這篇文章純粹是紀錄因為工作上需要使用.NET 來做HTMLEditor
由於採用.dll舊的作法 FF和CH會不正常 所以花了一個早上整理這篇文章做個紀錄:
CKeditor in ASP.NET
1. 至官方下載 http://ckeditor.com/download
2. 解開壓鎖檔後刪除不必要的檔案 _samples _source 目錄以減少檔案容量。
- Aug 03 Tue 2010 10:44
-
[.NET]IIS 安裝BUG
安裝IIS時出現下面的錯誤訊息,大致上推測原因及發生的機器大部分可能為公司機器再使用者群組上有一些資安的設定
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance
解決方案 :
- Feb 15 Mon 2010 21:15
-
[Linux]小小技巧紀錄,開機設定
- Feb 08 Mon 2010 22:25
-
[Linux]安裝PAM 紀錄
安裝MySQL-Server
$ sudo apt-get install mysql-server
安裝Apache HTTP Server
$ sudo apt-get install apache2
安裝PHP for Apache HTTP Server
- Feb 08 Mon 2010 22:25
-
[Linux]安裝PAM 紀錄
安裝MySQL-Server
$ sudo apt-get install mysql-server
安裝Apache HTTP Server
$ sudo apt-get install apache2
安裝PHP for Apache HTTP Server
- Feb 06 Sat 2010 19:01
-
[PHP]Xdebug
完整的初學者教學
http://www.lsproc.com/blog/install_xdebug/
http://www.phpq.net/tutorial/xdebug-debug.html
- Feb 05 Fri 2010 22:05
-
[Network] Tools Pingdom
- Feb 02 Tue 2010 22:26
-
[CSS]圓角Button
- Jan 22 Fri 2010 15:05
-
[Linux]詳細的Linux Note