Click here to Skip to main content
15,888,401 members
Home / Discussions / C#
   

C#

 
AnswerRe: Custom message box Pin
Divyang Mithaiwala21-Aug-06 2:20
Divyang Mithaiwala21-Aug-06 2:20 
AnswerRe: Custom message box Pin
Coding C#21-Aug-06 21:30
Coding C#21-Aug-06 21:30 
QuestionWord Doc Link [modified] Pin
mlebrock21-Aug-06 0:22
mlebrock21-Aug-06 0:22 
AnswerRe: Word Doc Link Pin
thunderbirdje21-Aug-06 3:02
thunderbirdje21-Aug-06 3:02 
GeneralRe: Word Doc Link Pin
mlebrock21-Aug-06 3:27
mlebrock21-Aug-06 3:27 
QuestionReduce the width of datagrid colum?? Pin
sikandarhayat21-Aug-06 0:20
sikandarhayat21-Aug-06 0:20 
AnswerRe: Reduce the width of datagrid colum?? Pin
fmardani21-Aug-06 3:14
fmardani21-Aug-06 3:14 
QuestionFind Row in Datagrid Pin
freshonlineMax21-Aug-06 0:13
freshonlineMax21-Aug-06 0:13 
Hi I want to find a row in datagrid in order to special value.
It means I want to select a row that it's first column equal to some value.
Now the question is this :
Is there any fast code to do this?
I want this, but it's slow:
<br />
DataSet ds = new DataSet();<br />
ds = (DataSet)myDataGrid.DataSource;<br />
for (int i=0;i<ds.Tables[0].Rows.Count;i++)<br />
{<br />
 if (ds.Tables[0].Rows[i][0].ToString() == '19001')<br />
 {<br />
  myDataGrid.Select(i);<br />
  break;<br />
 }<br />
}<br />


Please help if you can.
Tank you.
AnswerRe: Find Row in Datagrid Pin
MHASSANF21-Aug-06 0:30
MHASSANF21-Aug-06 0:30 
AnswerRe: Find Row in Datagrid Pin
sikandarhayat21-Aug-06 0:33
sikandarhayat21-Aug-06 0:33 
AnswerRe: Find Row in Datagrid Pin
sikandarhayat21-Aug-06 0:40
sikandarhayat21-Aug-06 0:40 
QuestionAssiging name to label dynamic way ??? Pin
sikandarhayat20-Aug-06 23:58
sikandarhayat20-Aug-06 23:58 
AnswerRe: Assiging name to label dynamic way ??? Pin
Christian Graus21-Aug-06 0:20
protectorChristian Graus21-Aug-06 0:20 
AnswerRe: Assiging name to label dynamic way ??? Pin
freshonlineMax21-Aug-06 0:26
freshonlineMax21-Aug-06 0:26 
GeneralRe: Assiging name to label dynamic way ??? Pin
sikandarhayat21-Aug-06 0:48
sikandarhayat21-Aug-06 0:48 
Questioneigen value of an image Pin
vickyProgrammer20-Aug-06 23:57
vickyProgrammer20-Aug-06 23:57 
GeneralRe: eigen value of an image Pin
Guffa21-Aug-06 0:15
Guffa21-Aug-06 0:15 
GeneralRe: eigen value of an image Pin
vickyProgrammer21-Aug-06 0:47
vickyProgrammer21-Aug-06 0:47 
GeneralRe: eigen value of an image Pin
Colin Angus Mackay21-Aug-06 1:07
Colin Angus Mackay21-Aug-06 1:07 
Questioninsert into database Pin
btota20-Aug-06 23:22
btota20-Aug-06 23:22 
AnswerRe: insert into database Pin
Colin Angus Mackay20-Aug-06 23:36
Colin Angus Mackay20-Aug-06 23:36 
QuestionReg Infragistics tool Pin
Uma Kameswari20-Aug-06 23:16
Uma Kameswari20-Aug-06 23:16 
AnswerRe: Reg Infragistics tool Pin
Christian Graus20-Aug-06 23:18
protectorChristian Graus20-Aug-06 23:18 
QuestionGridview Rows Pin
Brendan Vogt20-Aug-06 23:08
Brendan Vogt20-Aug-06 23:08 
QuestionProblems Setting up a Form that Emails Tasks [modified] Pin
Jag7720-Aug-06 22:26
Jag7720-Aug-06 22: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.