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
Who creates jsessionid?
Differentiate between authentication and authorization.
In which situation can you not use a viewstate?
What is a viewstate?
Distinguish between Server-side and Client-side code with its functionality?
Where is cookie used in asp.net?
What is difference between session and application in asp net?
What are the 3 types of web?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What is difference between session and cookies?
What is boxing and unboxing in asp.net?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Define dll hell?
What is a server cookie?
How can we implement a identity (sql server) call in an asp.net page?