Click here to Skip to main content
15,881,248 members
Home / Discussions / C#
   

C#

 
GeneralRe: disable task manager when called.... Pin
Pete O'Hanlon31-Jan-09 10:29
mvePete O'Hanlon31-Jan-09 10:29 
GeneralRe: disable task manager when called.... Pin
Mubeen.asim31-Jan-09 10:31
Mubeen.asim31-Jan-09 10:31 
GeneralRe: disable task manager when called.... Pin
Colin Angus Mackay31-Jan-09 17:00
Colin Angus Mackay31-Jan-09 17:00 
GeneralRe: disable task manager when called.... Pin
Mubeen.asim31-Jan-09 10:49
Mubeen.asim31-Jan-09 10:49 
GeneralRe: disable task manager when called.... Pin
Najmal31-Jan-09 13:12
Najmal31-Jan-09 13:12 
GeneralRe: disable task manager when called.... Pin
Mubeen.asim31-Jan-09 18:19
Mubeen.asim31-Jan-09 18:19 
AnswerRe: disable task manager when called.... Pin
Eddy Vluggen1-Feb-09 0:32
professionalEddy Vluggen1-Feb-09 0:32 
QuestionHow to bind a DataTable selected columns to a DataGridView in Windows Forms Pin
pavanip31-Jan-09 1:40
pavanip31-Jan-09 1:40 
Hi,

I want to bind only one column, from the collection of columns of the DataTable table, to a DataGidView.I tried with this code

for (int c = 0; c <= i; c++)
{
dataGridView1.DataSource = dt1.Rows[i,1].ToString();
dataGridView1.Refresh();
}

but Nothing is displayed in dataGridView1. Please reply me if anyone know the solution.
AnswerRe: How to bind a DataTable selected columns to a DataGridView in Windows Forms Pin
Wendelius31-Jan-09 3:05
mentorWendelius31-Jan-09 3:05 
AnswerRe: How to bind a DataTable selected columns to a DataGridView in Windows Forms Pin
Najmal31-Jan-09 3:30
Najmal31-Jan-09 3:30 
QuestionWeb Service - calling a class method that uses datasets. Pin
CrimeanTurtle200831-Jan-09 0:33
CrimeanTurtle200831-Jan-09 0:33 
AnswerRe: Web Service - calling a class method that uses datasets. Pin
Wendelius31-Jan-09 1:48
mentorWendelius31-Jan-09 1:48 
GeneralRe: Web Service - calling a class method that uses datasets. Pin
CrimeanTurtle200831-Jan-09 2:53
CrimeanTurtle200831-Jan-09 2:53 
GeneralRe: Web Service - calling a class method that uses datasets. Pin
Wendelius31-Jan-09 2:56
mentorWendelius31-Jan-09 2:56 
QuestionHow to manage a web-page from program/script? Pin
Exceter31-Jan-09 0:04
Exceter31-Jan-09 0:04 
Questionadding menus to minimized form Pin
Mubeen.asim30-Jan-09 23:48
Mubeen.asim30-Jan-09 23:48 
AnswerRe: adding menus to minimized form Pin
Eddy Vluggen31-Jan-09 1:31
professionalEddy Vluggen31-Jan-09 1:31 
GeneralRe: adding menus to minimized form Pin
Mubeen.asim31-Jan-09 2:00
Mubeen.asim31-Jan-09 2:00 
Questioncan a windows service be used to display a message box..? Pin
Mubeen.asim30-Jan-09 23:01
Mubeen.asim30-Jan-09 23:01 
AnswerRe: can a windows service be used to display a message box..? Pin
Wendelius30-Jan-09 23:09
mentorWendelius30-Jan-09 23:09 
GeneralRe: can a windows service be used to display a message box..? Pin
Mubeen.asim30-Jan-09 23:44
Mubeen.asim30-Jan-09 23:44 
GeneralRe: can a windows service be used to display a message box..? Pin
Wendelius31-Jan-09 0:09
mentorWendelius31-Jan-09 0:09 
QuestionServer side function from javascript. Pin
Atul Shriram rane30-Jan-09 23:00
Atul Shriram rane30-Jan-09 23:00 
AnswerRe: Server side function from javascript. Pin
Christian Graus30-Jan-09 23:29
protectorChristian Graus30-Jan-09 23:29 
GeneralRe: Server side function from javascript. Pin
Atul Shriram rane30-Jan-09 23:39
Atul Shriram rane30-Jan-09 23:39 

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.