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?



If i have a web page, and one web user control, where in web page contains a text box, and web use..

Answer / 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

More ASP.NET Interview Questions

What methods are fired during the page load?

7 Answers   InSync Tech-Fin, Siebel Systems, Visual Soft,


Why will you usually create an aspnet user account in the database for an asp.net web application?

0 Answers  


What is web configuration file and how to use in web application

0 Answers   MCN Solutions,


is it possible to develop gaming application using .net technology?

2 Answers  


Advantage of data Reader?

2 Answers  






Dategrid filtering and sorting How can we sort all the fields at once?

3 Answers   Satyam,


What is difference between web api and web services?

0 Answers  


Describe the disadvantage of cookies.

0 Answers  


How do I know asp.net mvc version? : Asp.Net MVC

0 Answers  


AJAX - explain the concept and some controls like update panel, tabcontrol etc

2 Answers   Syntel,


Caching techniques in .NET?

2 Answers   Microsoft,


what is state management?

2 Answers  


Categories