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

Explain code snippet to register exception filters from controller?

0 Answers  


What is marshalling ? Is it a part of asp.net ?

0 Answers   MCN Solutions,


What is a session http?

0 Answers  


how to debug web services on consumer side?

0 Answers   HCL,


Urgent requirement of .NET in CMMI Level3 COmpany Pune

0 Answers  






Explain the difference between authentication and authorization.

0 Answers  


What is Difference between Callbacks and Postback in ASP.NET?

1 Answers   Patni,


if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....

0 Answers   webdirekt,


what is clr . how we access them?

3 Answers   TCS,


Is asp.net different from asp? If yes, explain how?

0 Answers  


How do I create a web form?

0 Answers  


What is break mode?

0 Answers  


Categories