TheWizardofInt Posted February 13, 2003 Posted February 13, 2003 I need to let my end user scroll through a Web-Based database, one record at a time. Can I do this with datareader, or do I need another method? Thanks Quote Read the Fovean Chronicles Because you just can't spend your whole day programming!
Moderators Robby Posted February 13, 2003 Moderators Posted February 13, 2003 Do you want to display the results on a DataGrid or textboxes? Quote Visit...Bassic Software
TheWizardofInt Posted February 13, 2003 Author Posted February 13, 2003 In text boxes Any ideas? Quote Read the Fovean Chronicles Because you just can't spend your whole day programming!
Moderators Robby Posted February 13, 2003 Moderators Posted February 13, 2003 Sorry, I forgot to ask....On an ASP page right? Quote Visit...Bassic Software
TheWizardofInt Posted February 13, 2003 Author Posted February 13, 2003 On ASP.Net, yes Quote Read the Fovean Chronicles Because you just can't spend your whole day programming!
Moderators Robby Posted February 13, 2003 Moderators Posted February 13, 2003 I don't think that binding to textboxes on a web page is very efficient let allow simple. Consider some options spelled out at this link (look for Data Access, Server-Side Data Access and Data Binding Server Controls) http://samples.gotdotnet.com/quickstart/aspplus/ Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.