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
Explain the function of new view engine in asp.net? : asp.net mvc
What is the use of dispose method?
What is the exact purpose of http handlers?
Difference between .NET and previous version?
How does session state work in asp.net?
Where sessions are stored in asp.net?
What is sql data source control in asp.net?
What are validator? Name the validation controls in asp.net? How do you disable them?
Is there any limit for query string? Means what is the maximum size?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
Why do you use the app_code folder in asp.net?
What is an asp.net validator? And, mention its types.
What is cookies in asp net?
What are the Types of session management in ASP.NET
What are the session variables?