If you are populating the controls on that form in the button click, then one possiblity is problems with refreshing of the form. So you may try calling the refresh method after the form has been loaded.
Another problem that may be happeing is if you are using instances of the form you created and showing a different instance, while populating the data in a different one.
--
Regards,
Anand M
VB.NET MVP
http://www.dotnetindia.com
"Stefan Richter" wrote:
> The data on the first (view) page gets redisplayed when I press a button -
> I mean all display stuff is done in this button handler.
> But I don't know if I can / should call this button (handler) in some way.
>
> Stefan
>
>
>