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
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Difference between web user control and web custom control?
Define session in asp.net.
Explain about asp.net caching?
What is the function used for removing an event listener?
what are the web form events available in asp.net?
Explain the features that make asp.net more used framework? : asp.net mvc
What is difference between View State and Hidden Field in ASP.NET?
How to Separate background image and front image from original picture....
How would you implement inheritance using c#?
What is autopost?
What are the different types of sessions in asp.net? Name them?
Can you change a Master Page dynamically at runtime?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
Where would you use an ihttpmodule, and what are the limitations if any?