Data Grid in vb.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sep410
    New Member
    • Jul 2008
    • 77

    Data Grid in vb.net

    Hi,
    I am using vb.net.
    I have a datagrid. I need to make sure the new data that user want to add does not exist in that datagrid.
    Is there any kind of search or find statement that I can use?
    How should I do that!!!
    (I am using dataset to load data to the datagrid.)

    Sep
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hi Sep,

    What kind of data source are you using to populate your dataset (e.g. database, XML)?

    You should be able to query your data prior to inserting anything to check whether an identical record exists.

    Hope this helps,

    Dr B

    Comment

    Working...