| Author: Praveen 29 Aug 2008 | Member Level: Diamond | Rating:  Points: 5 |
see maintain a html hidden input type with that write javascript to load the value of that hidden input. at the time of your dynamic creation of your control button.Attributes.Add("onclick","ButtonClick(this.id);"); write like this then all the buttons will load at ur javascript load that id in to ur html hidden and inur cs you'll get the button which the user clicked then u regenerate controls again and at appropriate buttonclick field add checkbox
hope this information give some idea to you.
|
| Author: karthik 29 Aug 2008 | Member Level: Silver | Rating:  Points: 3 |
Hai,
when the page load all the check box also loaded with Visible property as false. When button click using javascript set the visible property as true.
|