Posted: 9/19/2011
Hi,I have a gridview which is connected to a SQL datasource.In the gridview i have a item template field (Textbox) and a image button. when i click on the image button, i get a popup (using ModalpopupExtender).Inside the popup i had placed a panel and within that, there is a checkboxlist with a series of items which are got from the database and a UPDATE button and CANCEL button.The thing is that whenever i check one or more items and click on the UPDATE button, the checked items should be displayed in the textbox for that particular rowIf more than one item with a separator ";". Could any1 pls help me out with this issue. .
When the postback events occur, you can set the items of checkboxlist accordingly from server side code.