This clarifies a previous question I had:
Here's the situation:
I have a control that I load on a page that has 3 LinkButton links.
What I want to do is change the text that is displayed in the control, based on which link is pressed:
ie:
Link 1: "This is link 1"
Link 2: "This is Link 2"
...etc.
With Javascript, I could simply give a table cell an ID, and change the text of that cell - not having to reload the page.
That's what I would like to accomplish here - not having to reload the page - simply update the text in a text Label.
Can anyone give me a clear example of how to accomplish this please?
Thank you.
Here's the situation:
I have a control that I load on a page that has 3 LinkButton links.
What I want to do is change the text that is displayed in the control, based on which link is pressed:
ie:
Link 1: "This is link 1"
Link 2: "This is Link 2"
...etc.
With Javascript, I could simply give a table cell an ID, and change the text of that cell - not having to reload the page.
That's what I would like to accomplish here - not having to reload the page - simply update the text in a text Label.
Can anyone give me a clear example of how to accomplish this please?
Thank you.