Welcome to Dream.In.Code
Getting Help is Easy!

Join 117,570 Programmers for FREE! Ask your question and get quick answers from experts. There are 1,789 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



The data source does not support server-side data paging

 
Reply to this topicStart new topic

The data source does not support server-side data paging

bolson50
post 17 Jul, 2008 - 09:43 PM
Post #1


New D.I.C Head

*
Joined: 9 Jan, 2008
Posts: 10


My Contributions


i am trying to enable paging using gridview but every time i run the program i get the error The data source does not support server-side data paging. i have found a post that said to change the datareader to dataset but that is not and option there is no oracledataset so i hope someone know away to fix this

CODE

Dim dr As OracleDataReader = cmd.ExecuteReader()

transinfo.DataSource = dr

transinfo.PageIndex.ToString()
:pirate:
transinfo.DataBind() getting error at this point


thanks in advance
User is offlineProfile CardPM

Go to the top of the page


jayman9
post 18 Jul, 2008 - 08:57 AM
Post #2


Student of Life

Group Icon
Joined: 26 Dec, 2005
Posts: 6,445



Thanked 27 times

Dream Kudos: 500

Expert In: C#, VB.NET, Java

My Contributions


A DataSet is independent of the type of database. In other words, it can be used for any type of data that is in a table structure, including data returned from Oracle.
User is offlineProfile CardPM

Go to the top of the page

bolson50
post 18 Jul, 2008 - 03:55 PM
Post #3


New D.I.C Head

*
Joined: 9 Jan, 2008
Posts: 10


My Contributions


QUOTE(jayman9 @ 18 Jul, 2008 - 08:57 AM) *

A DataSet is independent of the type of database. In other words, it can be used for any type of data that is in a table structure, including data returned from Oracle.


be new at this i do understand what you are saying but i do can not figure out how to change it or where to add the new code
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 10/7/08 08:25PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month