A
Amil
I use a LinkButton in a DataList. I want to set the CommandName and
CommandArgument for the LinkButton. Then I want to, before the postback,
examine them during Application_BeginRequest to authenticate and keep folks
from hacking the URL.
Is there a way to read the CommandArgument and CommandName from the
Application_BeginRequest?
CommandArgument for the LinkButton. Then I want to, before the postback,
examine them during Application_BeginRequest to authenticate and keep folks
from hacking the URL.
Is there a way to read the CommandArgument and CommandName from the
Application_BeginRequest?