gridview won't refresh

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ufit

    gridview won't refresh

    I update and delete rows in my DB and after the button click that calls
    my sub the data stays the same. Why it can't refresh ?
    Only when I go to other page and go back - data is refreshed.
    I use VS 2005 and sql 2005 express.
    Thanks for remedies.

    Ufit
  • neilmcguigan@gmail.com

    #2
    Re: gridview won't refresh

    don't forget to rebind your grid after the update/delete


    Ufit wrote:
    I update and delete rows in my DB and after the button click that calls
    my sub the data stays the same. Why it can't refresh ?
    Only when I go to other page and go back - data is refreshed.
    I use VS 2005 and sql 2005 express.
    Thanks for remedies.
    >
    Ufit

    Comment

    • Ufit

      #3
      Re: gridview won't refresh


      <neilmcguigan@g mail.comwrote in message news:1152217955 .722711.232080@ k73g2000cwa.goo glegroups.com.. .
      don't forget to rebind your grid after the update/delete
      >
      Thanks - it works. I was rebinding but before updation )

      Uft

      Comment

      Working...