If i have a web page, and one web user control, where in web
page contains a text box, and web user control have check
box, if i place a web user control in the webpage, when i
check the check box, the out put should show it is checked
or not. How we can do this?
Answer Posted / mithun
Define a EventHandler in the usercontrol. in the user control when the checkbox checkedchanged event is fired, raise the usercontrol event. in checkchanged event set a propety.
in the web page, user control shld fire the event, get the property value in usercontrol and set it to textbox.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a reflection?
What is the difference between response.redirect and server.transfer?
What is the application pool?
What do you mean by caching in asp.net?
How do we ensure view state has not tampered?
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
What is voluum?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
How do I open an ashx file?
Which browsers support the xmlhttprequest object?
Explain MVC model binders?
Do you know using sql cache invalidation?
How to do state management in ASP.NET?
what is loosely coupled solution? How it can be used?
Which is better php or asp.net?