How do I add a refresh button to a form

M

mtarabochia

I know how to add a button. I do not have the "refresh" option in the button
properties - Action - drop down box. I am running SP2 which the reference
documention says should make this option available. Any suggestions?
Thanks,
Mike
 
S

Sandeep

Hi mtarabochia

The C# code for "refreshing" a secondary datasource is;

thisXDocument.DataObjects["Secondary DataSource Name"].Query();

I hope this will help U.
 
Top