|
|
|
|
Dot Net Interview Questions !!!
Interview Tips
on iGold.in
|
|
|
|
 |
Links
|
Tips and Tricks
Category :
Dotnet - General
|
|
|
|
How to create a paged dataset for an XML file
|
Paging for XML in datalist can be achived with the help of a class named PagedDataSource
To explain it with an example i created an sample application with an XML file with two columns "name" and "crdate" ( created with master database in SQL server, change your code accordingly). I have placed the sample in the following link with appropriate commets.
Get Soure Code here
Paged Dataset
|
|