refresh

  1. B

    Having one button set for refresh and stop

    I am making a web browser in visual basic and I am having a bit of trouble finding out how to make a single button do these two things. Now for more information I am working on a web browser and I plan to have a single button set so that the first time I click it it will refresh the...
  2. N

    Question Page not refreshing after logging out with LoginStatus

    I have a Master Page that contains a LoginStatus control. Obviously some (but not all) of my pages are protected and therefore automatically send you to the login page if you are not logged in when you try to request them. If I go to one of the protected pages, login, and then click Logout...
  3. EricBentley

    Problem reloading/refreshing form

    Hey guys, new to the forums. Been browsing here for a while, casually taking help off other peoples threads, but I come to you now in my time of despair. I've been working on this game the past few days, a simple game where two people control different tanks, and shoot each other, very basic so...
  4. F

    Question Checkedlistbox Refresh/generate

    i want to learn/know 2 things 1. I want to know how the checked list box can get generated by a folder full of mp3's 2. I want the search funktion to refresh the list so it is only the typed in textbox1 that are showed but in the same way it is now i use 1 textbox and 1 checkedlistbox Public...
  5. S

    Listbox Items Do Not Refresh

    I am adding an object to a Listbox which has the properties "ID" and "Text". I have set the "DisplayMember" property of the Listbox to "Text" and "ValueMember" to "ID". Everything works fine when I add a new item to the list, but when I edit the item and change the "Text" value, it is changing...
  6. S

    Question DataGridView doesn't show changes of its DataSource

    Hello everybody! My application looks like the following: 1. An XML file is read using LINQ and the result is an enumeration of objects of a specific type (i don't use anonymous types). The result is then converted with result.ToList() to a standard list and saved to a list-variable. 2. I...
  7. B

    DataGrid refreshing

    Hello there. What I am breaking my teeth on right now is this: I have a simple database application that shows data using a datagridview. This control is bound to a DataView (so I can apply filtering). The Dataview is bound to a DataSet which is then filled from a DataAdapter using Fill method...
  8. Noremacam

    help keeping listview selection after refresh

    I've searched the forum but couldn't find an answer, so I hope this isn't a duplicate. I have a listview(set as a details view) that is generated from a query to my database. I have a timer set to, every 5 minutes query the database and refresh the listview with a fresh copy, so that if someone...
Back
Top