P
Prince
How can I refresh a page from the code behind pages? I
know Server.Transfer("<same page>") works. However, I am
refreshing a page from a Button within a user control
which has it's own code behind page.
I don't know the name of the page of the user control.
Within the user control code behind, I'm looking for
something like,
this.Parent.Parent.Refresh();
help anyone?
--Prince
know Server.Transfer("<same page>") works. However, I am
refreshing a page from a Button within a user control
which has it's own code behind page.
I don't know the name of the page of the user control.
Within the user control code behind, I'm looking for
something like,
this.Parent.Parent.Refresh();
help anyone?
--Prince