Search This Blog

Saturday, July 17, 2010

How to get Event Arguments in code behind?

You can get Event arguments using below syntax :

string mystring = Request["__EVENTARGUMENT"]

No comments:

Post a Comment