Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

sopho24

@sopho24
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem updating datagrid of master form
    S sopho24

    I have 2 forms: 1- Main form viewing a datagrid of different values of database X 2- A secondary form used for adding new data into database X When any data is entered in Form2 and Form2 is closed; it's needed to update datagrid with new values in Form1. But it doesn't update quickly, a 3-4 second late. Using Access database, I've found a nasty dirty solution : Having a timer and updating datagrid periodically. Is this a problem about Access slow query time or any problem about forms or etc? Any idea ???

    C# database help question announcement

  • Determining time of query end
    S sopho24

    How can I code for controlling end of a database query and command? Assume I must run a messagebox when query finished certainly. How can I be sure query was finished (in code) ?

    C# database question

  • hi, c# forms
    S sopho24

    yes, it's written in closed event in a different solution..

    C# csharp database help question announcement

  • Hide form at startup
    S sopho24

    Any code remain in designer.cs; for example a visible property with true value?

    C# help question

  • Hide form at startup
    S sopho24

    Can be accessed to visible property from properties window in design view

    C# help question

  • hi, c# forms
    S sopho24

    I'm working with 2 forms Form1 and Form2. Logically Form1 is a parent form and Form2 is where a data input is requested from user. When Form2 opened upon Form1, user enters some data and Form2 exits. When Form2 exits, the datagrid in Form1 must be updated with new value. I'm trying to update datagrid with a code inside Form2.cs : //inside Form2.cs, a method of click of a button ...sql operations bla bla Form1 f = (Form1)this.owner; f.fillDataGrid(); // this method belongs to Form1 this.Close(); But..... Datagrid doesn't always update, sometimes works. Any idea? A non-smart way I tried, to use focus event; but it doesn't focus anyway. Plz help may the force be with you, always

    C# csharp database help question announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups