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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top