|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Paging Problempaging is turned off I get the entire dataset on one long page. However when paging is turned on, I get the first page and when I go to the next page I get the same data on page 2. In other words paging is not working for me. Thanks in advance for any suggestions. This is my code: DS = new DataSet() MyCommand.Fill(DS, "Results") DataGrid1.DataSource=DS.Tables ("Results").DefaultView DataGrid1.DataBind() Check out following url
http://msdn.microsoft.com/library/default.asp? url=/library/en- us/dv_vbCode/html/vbtskcodepagingindatagridwebcontrolvisual basic.asp HTH Elton Wang elton_w***@hotmail.com Show quoteHide quote >-----Original Message----- >I have a SQL Stored Procedure returning a dataset. When >paging is turned off I get the entire dataset on one long >page. However when paging is turned on, I get the first >page and when I go to the next page I get the same data >on page 2. In other words paging is not working for me. >Thanks in advance for any suggestions. > > >This is my code: > > DS = new DataSet() > MyCommand.Fill(DS, "Results") > > > > > > DataGrid1.DataSource=DS.Tables >("Results").DefaultView > DataGrid1.DataBind() > >. >
Dynamically created control in Datagrid problem
Datagrid Add new Row problkem Select button in datagrid Condition Edit Action generate DataGrid at Runtime..... PROBLEM !!!! GUI of Datagrid To stop text wraping in an datagrid asp.net 2003 MSDN UNIVERSAL NG SUPPORT: Where Are You?! <--- 3rd Re-Post Datagrid Edit DropdownList Help! Datagrid Edit DropdownList Help! |
|||||||||||||||||||||||