473,326 Members | 2,175 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Page through dataset w/o postback.

Is there a simple way to allow users to scroll through multiple records
without a postback? I am sure this is possible in Javascript, but I am
wondering if an ASP.NET control exists that can provide this functionality.
If not, could someone point me in the right direction? Thanks.
Nov 19 '05 #1
4 1151
Repeater, DataList and DataGrid are the controls for this functionality.
Where are the records stored?

Eliyahu

"Shawn Repphan" <sr******@fbei.net> wrote in message
news:Ze********************@sigecom.net...
Is there a simple way to allow users to scroll through multiple records
without a postback? I am sure this is possible in Javascript, but I am
wondering if an ASP.NET control exists that can provide this functionality. If not, could someone point me in the right direction? Thanks.

Nov 19 '05 #2
I have not tried this but might give some idea:
http://msdn.microsoft.com/msdnmag/is...02/WickedCode/

"Shawn Repphan" wrote:
Is there a simple way to allow users to scroll through multiple records
without a postback? I am sure this is possible in Javascript, but I am
wondering if an ASP.NET control exists that can provide this functionality.
If not, could someone point me in the right direction? Thanks.

Nov 19 '05 #3
Sorry I wasn't very descriptive of what I want. We have a SQL database that
right now is accessed through MSAccess and a ASP.net page that I have
developed. I don't want to display a "grid" of data, I want to display a
"form" consisting of one record at a time.(Each record has ~ 20 fields) I
want the user to be able to scroll through these records without a post
back. The only way I can think of to do this is either through a complex
custom ASP.net control or using a Javascript array. Basically, I want the
speed of Access with the convenience of an ASP.net page.

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Repeater, DataList and DataGrid are the controls for this functionality.
Where are the records stored?

Eliyahu

"Shawn Repphan" <sr******@fbei.net> wrote in message
news:Ze********************@sigecom.net...
Is there a simple way to allow users to scroll through multiple records
without a postback? I am sure this is possible in Javascript, but I am
wondering if an ASP.NET control exists that can provide this

functionality.
If not, could someone point me in the right direction? Thanks.


Nov 19 '05 #4
I would still try the Repeater. Make your form as an item template and
provide some java that will make visible only one record at the time.

Eliyahu

"Shawn Repphan" <sr******@fbei.net> wrote in message
news:CZ********************@sigecom.net...
Sorry I wasn't very descriptive of what I want. We have a SQL database that right now is accessed through MSAccess and a ASP.net page that I have
developed. I don't want to display a "grid" of data, I want to display a
"form" consisting of one record at a time.(Each record has ~ 20 fields) I
want the user to be able to scroll through these records without a post
back. The only way I can think of to do this is either through a complex
custom ASP.net control or using a Javascript array. Basically, I want the
speed of Access with the convenience of an ASP.net page.

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Repeater, DataList and DataGrid are the controls for this functionality.
Where are the records stored?

Eliyahu

"Shawn Repphan" <sr******@fbei.net> wrote in message
news:Ze********************@sigecom.net...
Is there a simple way to allow users to scroll through multiple records
without a postback? I am sure this is possible in Javascript, but I am
wondering if an ASP.NET control exists that can provide this

functionality.
If not, could someone point me in the right direction? Thanks.



Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: Jim H | last post by:
We ahve a .NET web page that we dynamically create a bunch of DataGrids and add them to a place holder. When the user hits submit we need to go through all of the DataGrids to get some data. We...
4
by: Filippo Pandiani | last post by:
I have a grid that shows the file list from a folder. On the postback, how do I get a Dataset from this grid? Thanks, Filippo.
3
by: John Holmes | last post by:
I'm working with a typed dataset and want to implement a print button that prints my formatted data without the company logo and other stuff on the form. I've created an XSLT file to transform the...
2
by: John Lau | last post by:
Hi, Is there documentation that talks about the page lifecycle, the lifecycle of controls on the page, and the rendering of inline code, in a single document? Thanks, John
3
by: jhill | last post by:
i have a dataset object i put on my webform, i fill the dataset, bind it to my grid. the grid displays with my data. i put a button with no code in it, but just to have it force a postback. every...
1
by: Sanjeev Mahajan via .NET 247 | last post by:
Hi All, I have a main page from which I am calling a popup page. Thepopup page has an editable grid and some other fields. There isalso a Save button on the popup page. When the user clicks...
12
by: Dave | last post by:
I'm relatively new to ASP and .NET and having trouble getting my head round this. I want to read a datset from a database, and display information from one row at a time, using a Next and a...
5
by: DCC-700 | last post by:
I am using ASP.Net with VB on the 1.1 Framework running on Win XP Pro. I am trying to gauge the time it takes to sort a datagrid using different code sets. But when I am debugging the page there...
8
by: programmerboy | last post by:
Hi I have a DataGrid that I am using to show data. I am receiving a struct back and then I am creating a DataSet and binding it o DataGrid. I have enabled paging in my DataGrid but when I click on...
2
by: Andy B | last post by:
I have the following code inside a page_load event: DataSet Store = new DataSet(); Session=Store; Every time the page loads, refreshes or the wizard flips from 1 wizardstep to another, the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.