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

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -