Results 1 to 2 of 2

Thread: [RESOLVED] Sql Server - I deleted columns but they still show up...

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2008
    Posts
    92

    Resolved [RESOLVED] Sql Server - I deleted columns but they still show up...

    Here is my problem. I'm using Visual Studios and writing a program in Vb. I have a database attached. First, I deleted a couple of columns from a database on purpose. City and State because I have a table the selects these two based on the Zip Code. I also deleted City and State from the dataset. My problem is that when I run the application, the two columns (city and state) still appear in the datagridview even though when I look at DataGridView tasks and look at the columns for this, they are not there. It when I run the applicion they show up. What do you think may be the problem?

  2. #2
    Fanatic Member pvbangera's Avatar
    Join Date
    Sep 2001
    Location
    Mumbai, India
    Posts
    961

    Re: [RESOLVED] Sql Server - I deleted columns but they still show up...

    Do you see any data in those 2 cols? How are you binding your DGV? Posting your code would be helpful to identify the issue
    Microsoft Techie

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width