Loading ...

Get data in a textbox placed in a gridview from a Checkboxlist

Who is online?  0 guests and 0 members
home  »  forums   »  asp.net topics   »  web forms / data controls   » Get data in a textbox placed in a gridview from a Checkboxlist

Get data in a textbox placed in a gridview from a Checkboxlist

Posts under the topic: Get data in a textbox placed in a gridview from a Checkboxlist

Posted: 9/19/2011

Lurker 10  points  Lurker
  • Joined on: 9/19/2011
  • Posts: 2

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. .


Posted: 9/19/2011

Guru 16813  points  Guru
  • Joined on: 4/19/2009
  • Posts: 490

When the postback events occur, you can set the items of checkboxlist accordingly from server side code.


Page 1 of 1 (2 items)