Click here to Skip to main content
15,889,116 members
Home / Discussions / C#
   

C#

 
GeneralRe: about event question.I need help,thanks. Pin
PandemoniumPasha20-May-07 21:32
PandemoniumPasha20-May-07 21:32 
GeneralRe: about event question.I need help,thanks. Pin
jason_mf21-May-07 19:55
jason_mf21-May-07 19:55 
GeneralRe: about event question.I need help,thanks. Pin
blackjack215020-May-07 21:32
blackjack215020-May-07 21:32 
GeneralRe: about event question.I need help,thanks. Pin
jason_mf20-May-07 22:15
jason_mf20-May-07 22:15 
QuestionSQL and Progress Updates Pin
Expert Coming20-May-07 20:44
Expert Coming20-May-07 20:44 
AnswerRe: SQL and Progress Updates Pin
Dave Herren21-May-07 3:41
Dave Herren21-May-07 3:41 
Questiondelete record from Datagrid view which check box are checked Pin
kushak_manoj20-May-07 20:08
kushak_manoj20-May-07 20:08 
AnswerRe: delete record from Datagrid view which check box are checked Pin
Manoj Kumar Rai20-May-07 21:45
professionalManoj Kumar Rai20-May-07 21:45 
Hi,

Deleting records:
You can follow the following steps to get the "checked" records deleted.
1) First get the records marked "checked"
2) Use the dataGridView1.Rows.Remove to remove the data from the Grid.
3) Use the SqlCommand to get the records deleted from the database.


Binding Images:
I have bound a image column from the access database with the "datagrid" automatically from wizard. Please note that the type of the column in data table is Ole Object.

Manoj
Never Give up

QuestionRegular Expression Match Grouping Pin
nasambur20-May-07 19:56
nasambur20-May-07 19:56 
QuestionDAAB- SQLHelper ExecuteDataSet vs Fill Method Pin
K.P.Kannan20-May-07 18:29
K.P.Kannan20-May-07 18:29 
AnswerRe: DAAB- SQLHelper ExecuteDataSet vs Fill Method Pin
Tarakeshwar Reddy22-May-07 2:55
professionalTarakeshwar Reddy22-May-07 2:55 
QuestionNavigate the web Pin
brsecu20-May-07 16:26
brsecu20-May-07 16:26 
AnswerRe: Navigate the web Pin
blackjack215020-May-07 19:10
blackjack215020-May-07 19:10 
GeneralRe: Navigate the web Pin
brsecu21-May-07 1:15
brsecu21-May-07 1:15 
GeneralRe: Navigate the web Pin
blackjack215021-May-07 21:34
blackjack215021-May-07 21:34 
GeneralRe: Navigate the web Pin
brsecu22-May-07 10:52
brsecu22-May-07 10:52 
GeneralRe: Navigate the web Pin
blackjack215022-May-07 11:31
blackjack215022-May-07 11:31 
GeneralRe: Navigate the web Pin
Little_Dice27-May-07 21:46
Little_Dice27-May-07 21:46 
GeneralRe: Navigate the web Pin
blackjack215027-May-07 22:34
blackjack215027-May-07 22:34 
GeneralRe: Navigate the web [modified] Pin
Little_Dice28-May-07 11:32
Little_Dice28-May-07 11:32 
GeneralRe: Navigate the web Pin
blackjack215028-May-07 22:16
blackjack215028-May-07 22:16 
GeneralRe: Navigate the web Pin
Little_Dice29-May-07 9:26
Little_Dice29-May-07 9:26 
QuestionOffice 11 and Interop. Pin
swjam20-May-07 16:23
swjam20-May-07 16:23 
QuestionCreate and print PDF file in web application using iTextSharp assembly Pin
There is always the way to do it, but I don't know20-May-07 13:44
There is always the way to do it, but I don't know20-May-07 13:44 
AnswerRe: Create and print PDF file in web application using iTextSharp assembly Pin
blackjack215020-May-07 20:20
blackjack215020-May-07 20:20 

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.