Users Pricing

forum

home / developersection / forums / capture event id in page load

Capture event id in page load

Anonymous User 2931 12 Feb 2011
During pageload i would like capture, which event is raised and its ID .e.g button click event , textbox value change event.  I have tried by using the below code in page load but always i am getting only blank value.kindly help me.
Dim lsTarget As String
 lsTarget = Request.Form("__EVENTTARGET").ToString
lsTarget = Request.Form("__EVENTARGS")

I am a content writter !


0 Answers