R
Rob Koch
What's the best way to refresh a usercontrol using a parameter? My
usercontrol is just a DataList that retrieves data from SQL in association
with a public propterty.
I click on a LinkButton in my main page (ASPX), but it still refreshes the
entire page... I only want the UserControl to blink and come back with new
data.
What's the direction I should be looking at? Even if I do it via
JavaScript, how would I refresh the UserControl using JavaScript?
TIA,
-roko
usercontrol is just a DataList that retrieves data from SQL in association
with a public propterty.
I click on a LinkButton in my main page (ASPX), but it still refreshes the
entire page... I only want the UserControl to blink and come back with new
data.
What's the direction I should be looking at? Even if I do it via
JavaScript, how would I refresh the UserControl using JavaScript?
TIA,
-roko