Click here to Skip to main content
Licence 
First Posted 28 Mar 2003
Views 70,291
Bookmarked 22 times

Data Navigation ToolBar written entirelly in C# for ADO.NET

By | 28 Mar 2003 | Article
An exellent start point to a data control bar for ADO.NET.

Introduction

This the first control I made to submit anywhere, but I think it is useful, at least to me. I have been looking all over the net for a control that dos exactly this. OK, let's get into it. What this control does is, when connected to a DataTable, it allows you to: navigate, edit, add, and erase records from the table. The only things you have to take care of are: the filling of the table, you should call the DataAdapter's Fill method, to do this, and the other thing is the posting, you have to post the data back to the database manually, by calling the Update method on the DataAdapter.

Background

I made this control because of the need to display recursive data, I make a lot of database driven programs that benefit from controls like this.

Using the code

The important properties are: Table, this is the table linked to the control, and ShowConfirmation which holds the value that determines if a warning dialog is shown when you push the delete button or not.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

VoidMainVoid

Web Developer

Argentina Argentina

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
QuestionData Navigation ToolBar written entirelly in C# for ADO.NET PinmemberMember #372635720:31 19 Jan '07  
QuestionEuh... error? PinmemberWillemM4:16 23 Apr '04  
Generalalgunas cosas... Pinmembermordejai9:12 4 Apr '03  
GeneralRe: algunas cosas... Pinmemberjero720714:21 4 Apr '03  
GeneralTooltip Text PinmemberDBuckner9:57 1 Apr '03  
GeneralRe: Tooltip Text Pinmemberjero720714:24 4 Apr '03  
GeneralRe: Tooltip Text PinmemberDBuckner23:03 11 Apr '03  
GeneralCool PinmemberJoshua Nussbaum16:34 30 Mar '03  
GeneralRe: Cool Pinmemberjero720715:39 31 Mar '03  
Question????????? Pinmemberfnaddaf19:43 28 Mar '03  
AnswerRe: ????????? Pinmemberalper5:53 29 Mar '03  
AnswerRe: ????????? PinsussJeronimo Milea17:17 29 Mar '03  
GeneralRe: ????????? Pinmemberfnaddaf9:05 30 Mar '03  
GeneralRe: ????????? Pinmemberjero720714:54 30 Mar '03  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.5.120517.1 | Last Updated 29 Mar 2003
Article Copyright 2003 by VoidMainVoid
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid