0
kicks
Add checkbox dynamically and handle CheckedChanged event in asp.net
Several times we need to add dynamic controls in asp.net application using code behind.
In this post i am going to describe how to add dynamic CheckBox and assign CheckChanged event in asp.net using C# and VB.NET
To add a checkbox when page is loaded we need to write this code in page_Load Event