B
Bill Cohagan
I'm trying out ASP.Net and am currently trying to figure out how to refresh
the contents of one frame based on a button click in another frame. The
button in question is actually a server side control whose associated action
is to add a record to a database table. The "other" frame is displaying a
view of that table and I want it to automatically refresh to display the new
record.
Is there a way to accomplish this via ASP; i.e., without client side script?
Alternatively, do you know if I can have both client *and* server side
script associated with a button? Surely there is a "pattern" for this!
Boy it hurts to learn something new!
Thanks in advance,
Bill
the contents of one frame based on a button click in another frame. The
button in question is actually a server side control whose associated action
is to add a record to a database table. The "other" frame is displaying a
view of that table and I want it to automatically refresh to display the new
record.
Is there a way to accomplish this via ASP; i.e., without client side script?
Alternatively, do you know if I can have both client *and* server side
script associated with a button? Surely there is a "pattern" for this!
Boy it hurts to learn something new!
Thanks in advance,
Bill