| Author: Randy Shoemake 22 Jun 2004 | Member Level: Bronze Points : 0 |
Perfect, Simple, and Effective.
|
| Author: Derrick Robinson 23 Dec 2004 | Member Level: Bronze Points : 0 |
Siva,
I cannot get this code to work. I placed it in the page load event. Is that not the right place.
Page.RegisterHiddenField("__EVENTTARGET", "btnMyButton")
I also imported the System.Web.UI namespace
|
| Author: Anil Somanathan 03 Aug 2005 | Member Level: Bronze Points : 0 |
Its the right place to put the code. Put it with a little modification Page.RegisterHiddenField( "__EVENTTARGET", yourButton.ClientID);
|