Click here to Skip to main content
15,892,809 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regarding Validation of text boxes... Pin
Simon P Stevens8-Jul-08 1:21
Simon P Stevens8-Jul-08 1:21 
GeneralRe: Regarding Validation of text boxes... Pin
tasumisra8-Jul-08 1:31
tasumisra8-Jul-08 1:31 
GeneralRe: Regarding Validation of text boxes... Pin
Nirandas8-Jul-08 2:26
Nirandas8-Jul-08 2:26 
QuestionRegarding tab control Pin
tasumisra8-Jul-08 0:09
tasumisra8-Jul-08 0:09 
AnswerRe: Regarding tab control Pin
CPallini8-Jul-08 0:19
mveCPallini8-Jul-08 0:19 
GeneralRe: Regarding tab control Pin
tasumisra8-Jul-08 0:39
tasumisra8-Jul-08 0:39 
GeneralRe: Regarding tab control Pin
tasumisra8-Jul-08 1:29
tasumisra8-Jul-08 1:29 
QuestionDataGrid with checkbox Pin
benjamin yap8-Jul-08 0:00
benjamin yap8-Jul-08 0:00 
Hi, i have datagrid and i have make the first column to be a checkbox
foreach (Category cat in categoryTable.Values)
{
    string[] dataResult = { cat.Name, cat.Description };
    this.dataGridCat.Rows.Add(dataResult);
}


categoryTable is my hashtable, and inside the values i store a Category object.

my datagrid first columm is name "Del" which is a checkbox, 2nd column is Name and 3rd column is Description.


I put the above foreach loop into the form load, so when the form is loaded, it will shows all the category in the hashtable. When the user check the checkbox or checkboxes and press the OK button, it will loop throught the datagrid and delete those that are checked



So now i need help on

1) Adding a checkbox
2) Looping throught the datagrid and check
AnswerRe: DataGrid with checkbox Pin
half-life8-Jul-08 3:35
half-life8-Jul-08 3:35 
GeneralRe: DataGrid with checkbox [modified] Pin
benjamin yap8-Jul-08 4:59
benjamin yap8-Jul-08 4:59 
Questionconverting Datatable or Datagridview to a picture to send it as an email Pin
Praveen Raghuvanshi7-Jul-08 22:26
professionalPraveen Raghuvanshi7-Jul-08 22:26 
AnswerRe: converting Datatable or Datagridview to a picture to send it as an email Pin
N a v a n e e t h7-Jul-08 22:51
N a v a n e e t h7-Jul-08 22:51 
QuestionRe: converting Datatable or Datagridview to a picture to send it as an email Pin
Praveen Raghuvanshi9-Jul-08 6:38
professionalPraveen Raghuvanshi9-Jul-08 6:38 
QuestionHow to Determine The Location Of Label Text In Pixels Pin
Ahmad Safwat7-Jul-08 22:00
Ahmad Safwat7-Jul-08 22:00 
AnswerRe: How to Determine The Location Of Label Text In Pixels Pin
Harvey Saayman7-Jul-08 22:02
Harvey Saayman7-Jul-08 22:02 
GeneralRe: How to Determine The Location Of Label Text In Pixels Pin
Ahmad Safwat7-Jul-08 22:11
Ahmad Safwat7-Jul-08 22:11 
GeneralRe: How to Determine The Location Of Label Text In Pixels Pin
Harvey Saayman7-Jul-08 22:30
Harvey Saayman7-Jul-08 22:30 
GeneralRe: How to Determine The Location Of Label Text In Pixels Pin
Ahmad Safwat7-Jul-08 23:18
Ahmad Safwat7-Jul-08 23:18 
AnswerRe: How to Determine The Location Of Label Text In Pixels Pin
N a v a n e e t h7-Jul-08 23:14
N a v a n e e t h7-Jul-08 23:14 
GeneralRe: How to Determine The Location Of Label Text In Pixels Pin
Ahmad Safwat8-Jul-08 1:15
Ahmad Safwat8-Jul-08 1:15 
GeneralRe: How to Determine The Location Of Label Text In Pixels Pin
Alan Balkany8-Jul-08 5:37
Alan Balkany8-Jul-08 5:37 
GeneralRe: How to Determine The Location Of Label Text In Pixels Pin
Frank Horn8-Jul-08 7:23
Frank Horn8-Jul-08 7:23 
GeneralRe: How to Determine The Location Of Label Text In Pixels Pin
Ahmad Safwat8-Jul-08 21:24
Ahmad Safwat8-Jul-08 21:24 
AnswerRe: How to Determine The Location Of Label Text In Pixels Pin
Ahmad Safwat9-Jul-08 4:30
Ahmad Safwat9-Jul-08 4:30 
Questionhow to ? Pin
SSN7-Jul-08 21:46
SSN7-Jul-08 21:46 

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.