forum

Home / DeveloperSection / Forums / Capture event id in page load

Capture event id in page load

Anonymous User 2556 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")

Updated on 12-Feb-2011
I am a content writter !

Can you answer this question?


Answer

0 Answers

Liked By