Guest

How to get the URL of the page that called a function

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 0.23 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. <asp:LinkButton runat="server" OnClick="anAction_Click">
  2.        
  3. protected void anAction_Click(object sender, EventArgs e)
  4.         {
  5.             ???
  6.             Request.getUrlOfThePageCalling?
  7.             ???
  8.         }
  9.        
  10. this.Request.Url