Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,025

HOME > ASP.NET > ASP.NET DataGrid Control > ASP.NET DataGrid Control - AllowPaging



Clound SSD Virtual Server

ASP.NET DataGrid Control - AllowPaging

ASP.NET DataGrid Control - AllowPaging หากข้อมูลมีปริมาณมาก และต้องการแบ่งหน้าใน DataGrid ก็สามารถทำได้อย่างง่ายดายเช่นเดียวกันครับ เพียงกำหนด AllowPaging="True" และ PageSize="5" ในส่วนของ Tag DataGrid โปรแกรมก็จะทำการแบ่งหน้าให้อย่างอัตโนมัติ

Language Code : VB.NET || C#

Framework : 1,2,3,4


DataGridAllowPaging.aspx

<%@ Import Namespace="System.Data"%>
<%@ Import Namespace="System.Data.OleDb"%>
<%@ Page Language="VB" %>
<script runat="server">
    Sub Page_Load(sender As Object, e As EventArgs)		
		IF Not Page.IsPostBack() Then
			BindData()
		End IF
    End Sub

	Sub BindData()

        Dim objConn As New OleDbConnection
		Dim objCmd As New OleDbCommand
        Dim dtAdapter As New OleDbDataAdapter       
		Dim ds As New DataSet
		Dim strConnString,strSQL As String

		strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&Server.MapPath("database/mydatabase.mdb")&";"
		strSQL = "SELECT * FROM customer"

		objConn.ConnectionString = strConnString
		With objCmd
			.Connection = objConn
			.CommandText = strSQL			
			.CommandType = CommandType.Text
		End With
		dtAdapter.SelectCommand = objCmd

		dtAdapter.Fill(ds)

		'*** BindData to DataGrid ***'
		myDataGrid.DataSource = ds
		myDataGrid.DataBind()

		dtAdapter = Nothing		
		objConn.Close()
		objConn = Nothing

	End Sub
	
	Sub ShowPageCommand(sender As Object, e As DataGridPageChangedEventArgs)
		myDataGrid.CurrentPageIndex = e.NewPageIndex
		BindData()
	End Sub	
</script>
<html>
<head>
<title>ThaiCreate.Com ASP.NET - DataGrid</title>
</head>
<body>
	<form id="form1" runat="server" >
		<asp:DataGrid id="myDataGrid" PageSize="2" OnPageIndexChanged="ShowPageCommand" 
		AllowPaging="True" runat="server">
		<HeaderStyle BackColor="#cccccc"></HeaderStyle>
		<AlternatingItemStyle BackColor="Gainsboro"></AlternatingItemStyle>
		</asp:DataGrid>		
	</form>
</body>
</html>









Screenshot

ASP.NET DataGrid Control

   
Share


ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท


ลองใช้ค้นหาข้อมูล


   


Bookmark.   
       
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2008-10-27 12:16:04 / 2017-03-28 21:07:21
  Download : Download  ASP.NET DataGrid Control - AllowPaging
 Sponsored Links / Related

 
ASP.NET DataGrid Control
Rating :

 
ASP.NET DataGrid Control - DataBind
Rating :

 
ASP.NET DataGrid Control - AlternateRows
Rating :

 
ASP.NET DataGrid Control - TemplateColumn
Rating :

 
ASP.NET DataGrid Control - DataBound
Rating :

 
ASP.NET DataGrid Control - AllowSorting
Rating :

 
ASP.NET DataGrid Control - AllowSorting and AllowPaging
Rating :

 
ASP.NET DataGrid Control - FindControl
Rating :

 
ASP.NET DataGrid Control - DataSet,DataTable,TableRows
Rating :

 
ASP.NET DataGrid Control - ItemCommand
Rating :

 
ASP.NET DataGrid Control - XML
Rating :

 
ASP.NET DataGrid Control - AccessDataSource
Rating :

 
ASP.NET DataGrid Control - VS .NET 2003 (FX 1.1)
Rating :

 
ASP.NET DataGrid Control - VS 2005,2008,2010 (FX 2.0,3.5,4.0)
Rating :

 
ASP.NET DataGrid Control - Microsoft Access (.mdb) - System.Data.OleDb
Rating :

 
ASP.NET DataGrid Control - SQL Server 2000,2005,2008 - System.Data.SqlClient
Rating :

 
ASP.NET DataGrid Control - MySQL Database - MySql.Data.MySqlClient
Rating :

 
ASP.NET DataGrid Control - Oracle Database - System.Data.OracleClient
Rating :


ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 03
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่