Click here to Skip to main content
15,902,112 members
Home / Discussions / C#
   

C#

 
AnswerRe: .net 2.0 deployment requirements Pin
jeyapandian4-Jun-06 23:03
jeyapandian4-Jun-06 23:03 
QuestionData Table Problem Pin
foysal mamun4-Jun-06 21:34
foysal mamun4-Jun-06 21:34 
AnswerRe: Data Table Problem Pin
Tamimi - Code4-Jun-06 21:36
Tamimi - Code4-Jun-06 21:36 
GeneralRe: Data Table Problem Pin
foysal mamun4-Jun-06 22:06
foysal mamun4-Jun-06 22:06 
GeneralRe: Data Table Problem Pin
malikjhangirahmed@hotmail.com4-Jun-06 22:24
malikjhangirahmed@hotmail.com4-Jun-06 22:24 
GeneralRe: Data Table Problem Pin
Tamimi - Code4-Jun-06 22:26
Tamimi - Code4-Jun-06 22:26 
GeneralRe: Data Table Problem Pin
foysal mamun4-Jun-06 22:51
foysal mamun4-Jun-06 22:51 
GeneralRe: Data Table Problem [modified] Pin
ranandbe4-Jun-06 23:05
ranandbe4-Jun-06 23:05 
Hi foysal cool,

I think you want to build the data table with only selected data's from datagrid ok, if it is true then you have to get the datagrid row(cell's) value by travelling through whole datagrid.

To get the datagrid cell value:
Create obj for datagrid item for that datagrid then get the value of that particular row.

foreach(DataGridItem dgi in DataGrid1.Item)
{ string name=dgi.cells["column name1"].ToString();
............
..........
}



Best Regards.,
ranandbe

-- modified at 5:06 Monday 5th June, 2006
GeneralRe: Data Table Problem Pin
Tamimi - Code4-Jun-06 23:33
Tamimi - Code4-Jun-06 23:33 
Question[Message Deleted] Pin
Rahul.RK4-Jun-06 21:14
Rahul.RK4-Jun-06 21:14 
AnswerRe: New Line in Textbox Pin
Daniele Ferrero4-Jun-06 21:24
Daniele Ferrero4-Jun-06 21:24 
AnswerRe: New Line in Textbox Pin
stancrm4-Jun-06 21:27
stancrm4-Jun-06 21:27 
GeneralRe: New Line in Textbox Pin
Rahul.RK4-Jun-06 21:32
Rahul.RK4-Jun-06 21:32 
GeneralRe: New Line in Textbox Pin
S. Senthil Kumar5-Jun-06 0:55
S. Senthil Kumar5-Jun-06 0:55 
AnswerRe: New Line in Textbox Pin
malikjhangirahmed@hotmail.com4-Jun-06 22:26
malikjhangirahmed@hotmail.com4-Jun-06 22:26 
GeneralRe: New Line in Textbox Pin
Gazoline Speed4-Jun-06 23:09
Gazoline Speed4-Jun-06 23:09 
QuestionMini toolbar in C# Pin
hschutte4-Jun-06 21:13
hschutte4-Jun-06 21:13 
Question"generating rprts through c#" Pin
ravikiranreddydharmannagari4-Jun-06 21:00
ravikiranreddydharmannagari4-Jun-06 21:00 
AnswerRe: "generating rprts through c#" Pin
Guffa4-Jun-06 22:23
Guffa4-Jun-06 22:23 
Questionconcurrency + ms access Pin
g00fyman4-Jun-06 20:07
g00fyman4-Jun-06 20:07 
QuestionCalling UnManaged Code Pin
satsumatable4-Jun-06 19:50
satsumatable4-Jun-06 19:50 
QuestionHow to copy data from one excel workbook to another Pin
sydney_sider4-Jun-06 18:05
sydney_sider4-Jun-06 18:05 
AnswerRe: How to copy data from one excel workbook to another Pin
Tamimi - Code4-Jun-06 19:25
Tamimi - Code4-Jun-06 19:25 
GeneralRe: How to copy data from one excel workbook to another Pin
sydney_sider4-Jun-06 21:20
sydney_sider4-Jun-06 21:20 
QuestionImage in PictureBox is not showing in run time. [modified] Pin
emran8344-Jun-06 15:26
emran8344-Jun-06 15: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.