c# - Identifying a usercontrol in the same page in ASP.net -


am using user control c in page a. while doing submit / or action in user control ( contains grid edit delete functionality) , control goes parent page enters edit or delete function.

how can identify control has been directed user control? please me out.

thanks in advance

how about

if (sender c) // said usercontrol c {     //your code here } 

Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -