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
Post a Comment