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
Can I tap into other windows livetm services?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
Which is faster viewbag or viewdata?
Why cyclomatic complexity is important?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is the good practice to implement validations in aspx page?
What is data reader in asp.net?
What are main return types supported in Web API?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is the difference between cookie and session?
What is the syntax for datagrid and specifying columns?
Can you explain one critical mapping? Performance issue which one is better?
What is strong-typing versus weak-typing?
What are the Types of objects in ASP