refresh data view

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

Guest

Hello,
I have a data view linked to a table and a dropdown list for “LastNameâ€. Now
once I select something from dropdown list I want the data view refresh
itself for selected LastName. I do not want to cleick any other button or
something like that, once I select one item in the dropdown list I want data
view to refresh itself. How can I do that? Can you give an example?
Thanks,
Jim.
 
Jim,
You didn't give much detail in your question, but it sounds like you
want a change in the selection of a listbox to automatically post back
without having to click a button. You can set the AutoPostBack property to
true, and the page will post back upon a change in the selection of the list
box.

Best regards,
Jeffrey Palermo
 

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