Print Page | Close Window

refresh problem

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1068
Printed Date: 25-Mar-2025 at 7:23am


Topic: refresh problem
Posted By: bahramchobin
Subject: refresh problem
Date Posted: 25-Jan-2009 at 10:57pm
hi i have a view
view contan 3 table
i have a grid conect to view
i update a field from one of the table
and now i should program close and open until  change in table display in grid
for refresh view entity what do i ?



Replies:
Posted By: davidklitzke
Date Posted: 28-Jan-2009 at 11:04am
Make sure that the UI control knows about the value change.  You may or may not need to call the Setter on the field if you have not already done so.  Most UI controls have a Paint or Refresh method. 



Print Page | Close Window