Click here to Skip to main content
15,894,646 members
Home / Discussions / C#
   

C#

 
GeneralRe: struct and array? Pin
Guffa29-Dec-08 10:28
Guffa29-Dec-08 10:28 
GeneralRe: struct and array? Pin
Lev Danielyan29-Dec-08 18:53
Lev Danielyan29-Dec-08 18:53 
GeneralRe: struct and array? Pin
dec8229-Dec-08 19:02
dec8229-Dec-08 19:02 
GeneralRe: struct and array? Pin
Lev Danielyan29-Dec-08 19:06
Lev Danielyan29-Dec-08 19:06 
QuestionRead HTML tags in XML Reader Pin
jhuerta28-Dec-08 22:55
jhuerta28-Dec-08 22:55 
AnswerRe: Read HTML tags in XML Reader Pin
N a v a n e e t h28-Dec-08 23:11
N a v a n e e t h28-Dec-08 23:11 
GeneralRe: Read HTML tags in XML Reader Pin
jhuerta29-Dec-08 3:33
jhuerta29-Dec-08 3:33 
Questionproblem in datagridview Pin
SreejithKumar M28-Dec-08 22:39
SreejithKumar M28-Dec-08 22:39 
Hai all,

In my datagridview i have multple cells.i need values in all cell in each roe.

Suppose my dgridvw contains name and order as two fields.
my requirement is for each row i need value of cells separately

ie
i used a generic list
list<demo> myDemo=new list<demo>();
demo dm=new demo();//demo is class
for(i=0;i<tabCount;i++)
{
foreach(datagridviewrow row in dgv.rows)
{
dm.text=row.cells[0].value.tostring();
dm.order=row.cells[1].value.tostring();
}
myDemo.add(dm);
}

in first row i entered text=myText and order=1
in second row i entered text=urText and order=2

but atlast i am getting later values for each row.
ie urText and 2 in both row.
i need different values for different row
pls help me
AnswerRe: problem in datagridview Pin
rah_sin28-Dec-08 22:47
professionalrah_sin28-Dec-08 22:47 
GeneralRe: problem in datagridview Pin
SreejithKumar M28-Dec-08 22:54
SreejithKumar M28-Dec-08 22:54 
GeneralRe: problem in datagridview Pin
rah_sin28-Dec-08 23:02
professionalrah_sin28-Dec-08 23:02 
GeneralRe: problem in datagridview Pin
SreejithKumar M28-Dec-08 23:07
SreejithKumar M28-Dec-08 23:07 
QuestionHow to send shutdown-restart command with TCP/IP Pin
Member 465172928-Dec-08 22:31
Member 465172928-Dec-08 22:31 
AnswerRe: How to send shutdown-restart command with TCP/IP Pin
Dave Kreskowiak29-Dec-08 1:51
mveDave Kreskowiak29-Dec-08 1:51 
GeneralRe: How to send shutdown-restart command with TCP/IP Pin
Member 465172929-Dec-08 3:43
Member 465172929-Dec-08 3:43 
GeneralRe: How to send shutdown-restart command with TCP/IP Pin
Dave Kreskowiak29-Dec-08 3:50
mveDave Kreskowiak29-Dec-08 3:50 
GeneralRe: How to send shutdown-restart command with TCP/IP Pin
Member 465172929-Dec-08 4:57
Member 465172929-Dec-08 4:57 
GeneralRe: How to send shutdown-restart command with TCP/IP Pin
Member 465172930-Dec-08 0:39
Member 465172930-Dec-08 0:39 
QuestionRe: How to send shutdown-restart command with TCP/IP Pin
Member 46517292-Jan-09 1:42
Member 46517292-Jan-09 1:42 
AnswerRe: How to send shutdown-restart command with TCP/IP Pin
Member 46517292-Jan-09 2:37
Member 46517292-Jan-09 2:37 
QuestionI have Macros in Excel and I want it to run through my application in .NET Pin
sejal12328-Dec-08 21:45
sejal12328-Dec-08 21:45 
AnswerRe: I have Macros in Excel and I want it to run through my application in .NET Pin
Member 447035429-Dec-08 8:43
Member 447035429-Dec-08 8:43 
GeneralRe: I have Macros in Excel and I want it to run through my application in .NET Pin
sejal1231-Jan-09 23:27
sejal1231-Jan-09 23:27 
QuestionRun exe from web page Pin
yesu prakash28-Dec-08 21:11
yesu prakash28-Dec-08 21:11 
AnswerRe: Run exe from web page Pin
N a v a n e e t h28-Dec-08 21:48
N a v a n e e t h28-Dec-08 21:48 

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.