Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have a people editor that is set to autopostback. The postback is triggered fine and I need to check that the people editor is the responsible control.

Suggestions that I've found direct to checking the request form. Like:

string ctrlname = page.Request.Params.Get("__EVENTTARGET");

But ctrlname is returning null. How can I confirm that the people editor is triggering the call back?

Thanks.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.