Hi,
We have a user control that have button Now we use this
user control on different aspx pages. We want when we click
on the user control button then button behave differently on
different page (Dynamacilly).
Answer Posted / gopal
Hi, find the button control present in user control in each aspx , and attach click event and add urs own logic for individual pages.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Explain how does asp page work?
What is the concept of postback in asp.net?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What are directives in asp.net?
What is viewstate in asp net with example?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
How to prevent client side validation from the ASP.NET validation controls?
What are custom user controls in asp.net?
What do you mean by serialize and marshalbyref?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is full form of asp.net?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
How to retrieve user name in case of Window Authentication?
What do you mean by View State and what is its role?