Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > how to redraw a form after being updated with some details
 

how to redraw a form after being updated with some details

hi, i'm a student

i'm developing a windows forms database application.

in one form some empty text boxes are there

if i click a button that form should be updated with some information from database

how to redraw the frame to reflect updations?

pls help me

regards

chaitanya
Chaitanya.M  Friday, July 17, 2009 5:21 PM

Me.Refresh()


Thanks

I AM OPTIMUS PRIME
  • Marked As Answer byChaitanya.M Sunday, July 19, 2009 5:00 PM
  •  
Omie  Saturday, July 18, 2009 1:50 PM

Me.Refresh()


Thanks

I AM OPTIMUS PRIME
  • Marked As Answer byChaitanya.M Sunday, July 19, 2009 5:00 PM
  •  
Omie  Saturday, July 18, 2009 1:50 PM

You can use google to search for other answers

Custom Search

More Threads

• NumericUpDown.Maximum set to 4294967295 causing ArgumentException
• DataGridViewComboBoxCell
• CellVaildating event escaped?
• 2 DataGridView and 2 XML files
• DataGridViewCheckBoxColumn returning to its old value when changing rows
• spurious cell ToolTip shows up when leaving DataGridView before ToolTip can show in cell
• Copy-Paste option in DataGridView
• Combobox: displaying different data from a column from 2 linked tables
• Displaying the progress description for a progress bar
• Local database inside a windows application