PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
Untitled
3 sec ago
How to call WCF se...
4 sec ago
Having actions/pag...
10 sec ago
Untitled
11 sec ago
Untitled
15 sec ago
Untitled
48 sec ago
play log 23 feb 2012
Lua | 16 sec ago
Problem with NSStr...
16 sec ago
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
<asp:LinkButton runat="server" OnClick="anAction_Click">
protected void anAction_Click(object sender, EventArgs e)
{
???
Request.getUrlOfThePageCalling?
???
}
this.Request.Url
create a
new version
of this paste
RAW Paste Data
<asp:LinkButton runat="server" OnClick="anAction_Click"> protected void anAction_Click(object sender, EventArgs e) { ??? Request.getUrlOfThePageCalling? ??? } this.Request.Url