Click here to Skip to main content
15,916,601 members
Home / Discussions / C#
   

C#

 
GeneralRe: Multiple bitmaps into one final image. Pin
E3pO8-Jun-09 23:15
E3pO8-Jun-09 23:15 
AnswerRe: Multiple bitmaps into one final image. Pin
Christian Graus8-Jun-09 23:25
protectorChristian Graus8-Jun-09 23:25 
QuestionTarget machine Pin
arkiboys8-Jun-09 22:24
arkiboys8-Jun-09 22:24 
QuestionSuggest me Datagrid view event Pin
deepseeindeepsy8-Jun-09 21:39
deepseeindeepsy8-Jun-09 21:39 
AnswerRe: Suggest me Datagrid view event Pin
Mycroft Holmes8-Jun-09 21:56
professionalMycroft Holmes8-Jun-09 21:56 
GeneralRe: Suggest me Datagrid view event Pin
deepseeindeepsy8-Jun-09 22:01
deepseeindeepsy8-Jun-09 22:01 
GeneralRe: Suggest me Datagrid view event Pin
Mycroft Holmes8-Jun-09 22:10
professionalMycroft Holmes8-Jun-09 22:10 
GeneralRe: Suggest me Datagrid view event Pin
Nagy Vilmos8-Jun-09 22:11
professionalNagy Vilmos8-Jun-09 22:11 
GeneralRe: Suggest me Datagrid view event Pin
Mycroft Holmes8-Jun-09 22:14
professionalMycroft Holmes8-Jun-09 22:14 
GeneralRe: Suggest me Datagrid view event Pin
Luc Pattyn9-Jun-09 1:41
sitebuilderLuc Pattyn9-Jun-09 1:41 
GeneralRe: Suggest me Datagrid view event Pin
deepseeindeepsy8-Jun-09 22:17
deepseeindeepsy8-Jun-09 22:17 
GeneralRe: Suggest me Datagrid view event Pin
Nagy Vilmos8-Jun-09 22:11
professionalNagy Vilmos8-Jun-09 22:11 
Questionremoting and client devices that switch network cards on the fly Pin
Martijn van Kleef8-Jun-09 21:24
Martijn van Kleef8-Jun-09 21:24 
QuestionCall OnPaint from other form Pin
Ankata8-Jun-09 21:05
Ankata8-Jun-09 21:05 
AnswerRe: Call OnPaint from other form Pin
Nagy Vilmos8-Jun-09 21:36
professionalNagy Vilmos8-Jun-09 21:36 
AnswerRe: Call OnPaint from other form Pin
Christian Graus8-Jun-09 23:27
protectorChristian Graus8-Jun-09 23:27 
QuestionTo record hearbeat of web application in event viewer. Pin
pravinkgarg8-Jun-09 21:00
pravinkgarg8-Jun-09 21:00 
AnswerRe: To record hearbeat of web application in event viewer. Pin
saanj8-Jun-09 21:24
saanj8-Jun-09 21:24 
GeneralRe: To record hearbeat of web application in event viewer. Pin
pravinkgarg9-Jun-09 2:47
pravinkgarg9-Jun-09 2:47 
GeneralRe: To record hearbeat of web application in event viewer. Pin
saanj9-Jun-09 3:02
saanj9-Jun-09 3:02 
QuestionProgramatically adding checkboxes to datagridview Pin
deepseeindeepsy8-Jun-09 20:47
deepseeindeepsy8-Jun-09 20:47 
AnswerRe: Programatically adding checkboxes to datagridview Pin
saanj8-Jun-09 21:03
saanj8-Jun-09 21:03 
GeneralRe: Programatically adding checkboxes to datagridview Pin
deepseeindeepsy8-Jun-09 21:38
deepseeindeepsy8-Jun-09 21:38 
GeneralRe: Programatically adding checkboxes to datagridview Pin
saanj8-Jun-09 21:45
saanj8-Jun-09 21:45 
Does the textbox reside inside the grid view or some where else? Are you trying to say that on the textchanged event of the textbox, checkbox lists should be created with the data that depends upon the textbox's text right.

You can add a Template Column in the gridview. Drag a checkbox list in the ItemTemplate. Set the autpostback to true ande define an event. This event will be common for all checkboxes in your gridview. Now in the RowDataBound event of your gridview, just set the items of the checkbox list depending upon the data that you want to bind. As you have already set the event with the checkbox list, you can do what ever you want in the checkboxlist selected index changed event.


It's a bit long discussion but I hope something is clear now If I took your words right.

Smile | :)

Regards
Saanj

Either you love IT or leave IT...

GeneralRe: Programatically adding checkboxes to datagridview Pin
deepseeindeepsy8-Jun-09 22:26
deepseeindeepsy8-Jun-09 22:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.