Q: Refresh button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
how can I realize refresh button on asp.net? when I click a button I need to
access database and fetch data.
Thanks,
Jim.
 
Put a button on a page. Add an Event Handler to the button, which accesses a
database and fetches data.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 

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

Back
Top