Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Programatically adding checkboxes to datagridview Pin
saanj8-Jun-09 22:50
saanj8-Jun-09 22:50 
AnswerRe: Programatically adding checkboxes to datagridview Pin
Mycroft Holmes8-Jun-09 21:50
professionalMycroft Holmes8-Jun-09 21:50 
Questionnon english character problem !!! Pin
TALHAKOSEN8-Jun-09 20:45
TALHAKOSEN8-Jun-09 20:45 
QuestionHow to use Microsoft Enterprise Library Pin
Håkan Axheim8-Jun-09 20:21
Håkan Axheim8-Jun-09 20:21 
AnswerRe: How to use Microsoft Enterprise Library Pin
saanj8-Jun-09 20:43
saanj8-Jun-09 20:43 
Questionuser name and password Pin
Mads1158-Jun-09 20:02
Mads1158-Jun-09 20:02 
AnswerRe: user name and password Pin
Abhijit Jana8-Jun-09 20:12
professionalAbhijit Jana8-Jun-09 20:12 
GeneralRe: user name and password Pin
Mads1158-Jun-09 20:18
Mads1158-Jun-09 20:18 
GeneralRe: user name and password Pin
saanj8-Jun-09 20:25
saanj8-Jun-09 20:25 
GeneralRe: user name and password Pin
Abhijit Jana8-Jun-09 20:39
professionalAbhijit Jana8-Jun-09 20:39 
AnswerRe: user name and password Pin
saanj8-Jun-09 20:15
saanj8-Jun-09 20:15 
QuestionMulti thread, one dialog form [modified] Pin
yunusdemiray8-Jun-09 20:02
yunusdemiray8-Jun-09 20:02 
QuestionCrystal Report Problem with multiple DataTables (It is urgent) Pin
sharad Pyakurel8-Jun-09 17:15
sharad Pyakurel8-Jun-09 17:15 
QuestionError of "failed to import the activex control. please ensure it is properly registered" Pin
brandonwong1238-Jun-09 15:26
brandonwong1238-Jun-09 15:26 
AnswerRe: Error of "failed to import the activex control. please ensure it is properly registered" Pin
Christian Graus8-Jun-09 15:28
protectorChristian Graus8-Jun-09 15:28 
GeneralRe: Error of "failed to import the activex control. please ensure it is properly registered" Pin
brandonwong1238-Jun-09 18:28
brandonwong1238-Jun-09 18:28 

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.