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
Can we make activex dll also ti execute in some process as that of client ? How can we do?
How to manage different kinds of sessions in ASP.NET?
If we remove web.config or machine.config from the application then, is this application will works?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is the difference between file-based dependency and key-based dependency?
Which of the following .NET framework supports Web API?
How will create assesblies at run time?
What is .net framework and what are the main components of it?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
What is the difference between executescalar and executenonquery?
What symbol specifies the beginning of a query string?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is a postback url?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is session id in web application?